]> xenbits.xensource.com Git - people/andrewcoop/xen.git/commit
VMX: VMFUNC and #VE definitions and detection
authorEd White <edmund.h.white@intel.com>
Fri, 24 Jul 2015 11:24:51 +0000 (13:24 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 24 Jul 2015 11:24:51 +0000 (13:24 +0200)
commit69b830e5ffb4f849902c724842aba98331b26d39
tree6884bf2d7771389fcb464e3146c7f44cde613482
parentaace3f16d23a8aab93b768b4655c138ff4ba0aa9
VMX: VMFUNC and #VE definitions and detection

Currently, neither is enabled globally but may be enabled on a per-VCPU
basis by the altp2m code.

Remove the check for EPTE bit 63 == zero in ept_split_super_page(), as
that bit is now hardware-defined.

Signed-off-by: Ed White <edmund.h.white@intel.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: George Dunlap <george.dunlap@eu.citrix.com>
Acked-by: Jun Nakajima <jun.nakajima@intel.com>
Release-acked-by: Wei Liu <wei.liu2@citrix.com>
xen/arch/x86/hvm/vmx/vmcs.c
xen/arch/x86/mm/p2m-ept.c
xen/include/asm-x86/hvm/vmx/vmcs.h
xen/include/asm-x86/hvm/vmx/vmx.h
xen/include/asm-x86/msr-index.h