[libvirt] [PATCH 2/4] Add support for HAP feature to xen drivers

Daniel P. Berrange berrange at redhat.com
Thu Jan 13 13:27:47 UTC 2011


On Wed, Jan 05, 2011 at 04:32:40PM -0700, Jim Fehlig wrote:
> 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.
> 
> This provides implementation for mapping HAP setting to/from
> domxml/native formats in xen drivers.
> ---
>  src/xen/xend_internal.c    |    4 ++++
>  src/xen/xm_internal.c      |    8 ++++++++
>  src/xenapi/xenapi_driver.c |    2 ++
>  src/xenapi/xenapi_utils.c  |    2 ++
>  4 files changed, 16 insertions(+), 0 deletions(-)

ACK

Daniel




More information about the libvir-list mailing list