[libvirt] [PATCH v2 0/3] libxl: nestedhvm support

Wim Ten Have wim.ten.have at oracle.com
Fri Mar 24 21:02:33 UTC 2017


From: Wim ten Have <wim.ten.have at oracle.com>

This patch enhances host-passthrough capability to advertise the
required vendor CPU virtualization feature which will be used to
enable 'nestedhvm' in the libxl driver.

Wim ten Have (3):
  libxl: set nestedhvm for mode host-passthrough
  xenconfig: add conversions for xen-xl
  xlconfigtest: add tests for 'nestedhvm' support

 src/libxl/libxl_conf.c                             | 47 +++++++++++++--
 src/libxl/libxl_conf.h                             |  2 +-
 src/libxl/libxl_domain.c                           |  2 +-
 src/xenconfig/xen_xl.c                             | 67 ++++++++++++++++++++++
 .../test-fullvirt-nestedhvm-disabled.cfg           | 26 +++++++++
 .../test-fullvirt-nestedhvm-disabled.xml           | 62 ++++++++++++++++++++
 .../test-fullvirt-nestedhvm-undefined.cfg          | 25 ++++++++
 .../test-fullvirt-nestedhvm-undefined.xml          | 58 +++++++++++++++++++
 tests/xlconfigdata/test-fullvirt-nestedhvm.cfg     | 26 +++++++++
 tests/xlconfigdata/test-fullvirt-nestedhvm.xml     | 59 +++++++++++++++++++
 tests/xlconfigtest.c                               |  3 +
 11 files changed, 370 insertions(+), 7 deletions(-)
 create mode 100644 tests/xlconfigdata/test-fullvirt-nestedhvm-disabled.cfg
 create mode 100644 tests/xlconfigdata/test-fullvirt-nestedhvm-disabled.xml
 create mode 100644 tests/xlconfigdata/test-fullvirt-nestedhvm-undefined.cfg
 create mode 100644 tests/xlconfigdata/test-fullvirt-nestedhvm-undefined.xml
 create mode 100644 tests/xlconfigdata/test-fullvirt-nestedhvm.cfg
 create mode 100644 tests/xlconfigdata/test-fullvirt-nestedhvm.xml

-- 
2.9.3




More information about the libvir-list mailing list