]> xenbits.xensource.com Git - people/dwmw2/xen.git/commit
pvh: introduce PVH guest type
authorMukesh Rathor <mukesh.rathor@oracle.com>
Wed, 13 Nov 2013 08:33:12 +0000 (09:33 +0100)
committerJan Beulich <jbeulich@suse.com>
Wed, 13 Nov 2013 08:33:12 +0000 (09:33 +0100)
commit8271d6522c608d3adff6d745a1d76751cb8f10d5
tree79172b17ffbbc790a9e70355e1cf8512b22e8148
parent6c6492780eac70db6c0b9e3a6a485052db574553
pvh: introduce PVH guest type

Introduce new PVH guest type, flags to create it, and ways to identify it.

To begin with, it will inherit functionality marked hvm_container.

Code to actually check for hardware support, in the VMX case, will be added
in future patches.

Signed-off-by: Mukesh Rathor <mukesh.rathor@oracle.com>
Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Keir Fraser <keir@xen.org>
Acked-by: Eddie Dong <eddie.dong@intel.com>
xen/arch/x86/hvm/hvm.c
xen/common/domain.c
xen/common/domctl.c
xen/include/asm-x86/hvm/hvm.h
xen/include/public/domctl.h
xen/include/xen/sched.h