]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add HAP to xen hypervisor capabilities
authorJim Fehlig <jfehlig@novell.com>
Wed, 5 Jan 2011 22:20:01 +0000 (15:20 -0700)
committerJim Fehlig <jfehlig@novell.com>
Thu, 13 Jan 2011 16:30:26 +0000 (09:30 -0700)
commitaf521a0182a0d6867796c65b1b0cd83fb14032a9
treeb2654e7999c107a8da678f96ec9138840c5e70e3
parent041973504f715bcff7de3b17cd258617244b79c4
Add HAP to xen hypervisor capabilities

xen-unstable c/s 16931 introduced a per-domain setting for hvm
guests to enable/disable hardware assisted paging.  If disabled,
software techniques such as shadow page tables are used.  If enabled,
and the feature exists in underlying hardware, hardware support for
paging is used.

Xen does not provide a mechanism to discover the HAP capability, so
we advertise its availability for hvm guests on Xen >= 3.3.
src/xen/xen_hypervisor.c