]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add HAP to virDomainFeature enum
authorJim Fehlig <jfehlig@novell.com>
Wed, 5 Jan 2011 21:56:48 +0000 (14:56 -0700)
committerJim Fehlig <jfehlig@novell.com>
Thu, 13 Jan 2011 16:30:26 +0000 (09:30 -0700)
commit48a5dccda905b5c6e8a02a37c093c42a9ef4e350
tree609b89d319750f7476e085551123c55829b7d46b
parent90c2a138464311613ada8e38a89fc2b7869558d5
Add HAP to virDomainFeature enum

Extend the virDomainFeature enumeration to include HAP (hardware
assisted paging) feature.

Hardware features such as Extended Page Table and Nested Page
Table augment hypervisor software techniques such as shadow
page table.  Adding HAP to the virDomainFeature enumeration
allows users to select between hardware and software memory
management mechanisms for their guests.
src/conf/domain_conf.c
src/conf/domain_conf.h