search for: hvirt

Displaying 2 results from an estimated 2 matches for "hvirt".

Did you mean: virt
2007 May 17
3
Converting Full Virt to Para virt
Hi, I am running xen-unstable , now i have a Full Virt DomU running RHEL 3 update 5 wanted to know is there a way to convert this vm to Paravirt . regards Satya _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2007 Feb 12
0
[PATCH] lift physical address restriction in svae/restore code
...======================================================== --- 2007-02-07.orig/tools/libxc/xc_linux_save.c 2007-02-01 17:41:07.000000000 +0100 +++ 2007-02-07/tools/libxc/xc_linux_save.c 2007-02-12 09:05:24.000000000 +0100 @@ -495,7 +495,7 @@ static int canonicalize_pagetable(unsign hstart = (hvirt_start >> L2_PAGETABLE_SHIFT_PAE) & 0x1ff; he = ((const uint64_t *) spage)[hstart]; - if ( ((he >> PAGE_SHIFT) & 0x0fffffff) == m2p_mfn0 ) { + if ( ((he >> PAGE_SHIFT) & MFN_MASK_X86) == m2p_mfn0 ) { /* hvirt starts with xen stuff.....