|
|
|
|
|
|
|
|
|
|
xen-devel
RE: [Xen-devel] [PATCH] tools/libxc/xc_vmx_build.c broken
Leendert van Doorn wrote:
> xc_vmx_build pins the level 2 page table too early so that subsequent
maps (like those in zap_mmio_ranges) fail and consequently xc_vmx_build
fails.
> To solve this, this patch pins the l2pt at the end of the function
when all memory initializations are finalized.
Actually, I don't think it's necessary to pin the level 2 page table for
VMX guest. And if we don't do that, we also need modify a few code in
xen hypervisor.
The patch will be sent out soon.
-Xin
Opinions are my own and don't represent those of my employer
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|