]> xenbits.xensource.com Git - xen.git/commit
nested vmx: Fix the booting of L2 PAE guest
authorDongxiao Xu <dongxiao.xu@intel.com>
Thu, 27 Jun 2013 15:01:26 +0000 (17:01 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 27 Jun 2013 15:01:26 +0000 (17:01 +0200)
commit49b55619e4923aa1a43b7c027dd3e352575e4e52
treede56a3a9a484bb9117af819bb23b2daab7373bf0
parentf0fe8227624d5c02715ed086867d12cd24f6ff47
nested vmx: Fix the booting of L2 PAE guest

When doing virtual VM entry and virtual VM exit, we need to
sychronize the PAE PDPTR related VMCS registers. With this fix,
we can boot 32bit PAE L2 guest (Win7 & RHEL6.4) on "Xen on Xen"
environment.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Tested-by: Yongjie Ren <yongjie.ren@intel.com>
Acked-by: Keir Fraser <keir@xen.org>
Acked-by: "Dong, Eddie" <eddie.dong@intel.com>
xen/arch/x86/hvm/vmx/vvmx.c