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

Wim Ten Have wim.ten.have at oracle.com
Wed Apr 19 12:17:14 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

 cfg.mk                                             |  2 +-
 src/libxl/libxl_conf.c                             | 46 ++++++++++++++--
 src/libxl/libxl_conf.h                             |  2 +-
 src/libxl/libxl_domain.c                           |  2 +-
 src/xenconfig/xen_xl.c                             | 64 ++++++++++++++++++++++
 .../test-fullvirt-nestedhvm-disabled.cfg           | 26 +++++++++
 .../test-fullvirt-nestedhvm-disabled.xml           | 61 +++++++++++++++++++++
 tests/xlconfigdata/test-fullvirt-nestedhvm.cfg     | 26 +++++++++
 tests/xlconfigdata/test-fullvirt-nestedhvm.xml     | 59 ++++++++++++++++++++
 tests/xlconfigtest.c                               |  2 +
 10 files changed, 282 insertions(+), 8 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.cfg
 create mode 100644 tests/xlconfigdata/test-fullvirt-nestedhvm.xml

-- 
2.9.3




More information about the libvir-list mailing list