[libvirt] [PATCH 1/4] Add HAP to virDomainFeature enum

Jim Fehlig jfehlig at novell.com
Thu Jan 13 17:20:44 UTC 2011


Daniel P. Berrange wrote:
> On Wed, Jan 05, 2011 at 04:32:39PM -0700, Jim Fehlig wrote:
>   
>> 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 |    3 ++-
>>  src/conf/domain_conf.h |    1 +
>>  2 files changed, 3 insertions(+), 1 deletions(-)
>>     
>
> ACK
>   

Thanks Daniel.  I've pushed this series now.

Regards,
Jim




More information about the libvir-list mailing list