[PATCH V2 0/3] Xen: Add support for qemu commandline passthrough

Jim Fehlig jfehlig at suse.com
Tue Aug 4 22:13:06 UTC 2020


V2 of https://www.redhat.com/archives/libvir-list/2020-July/msg02043.html

Changes in V2:
- Drop use of virStringListCopy, and hence patch 1/4

- Switch to using 'xen' namespace and schema extenstion instead of qemu

- Use more glib functions

Jim Fehlig (3):
  Xen: Add support for qemu command-line passthrough
  Xen: Add support for qemu commandline passthrough to config converter
  news: Mention support for device model commandline passthrough in Xen

 NEWS.rst                                     |  8 ++
 docs/drvxen.html.in                          | 29 +++++++
 docs/schemas/domaincommon.rng                | 17 ++++
 src/libxl/libxl_conf.c                       | 10 ++-
 src/libxl/libxl_conf.h                       |  8 ++
 src/libxl/libxl_domain.c                     | 84 ++++++++++++++++++
 src/libxl/libxl_domain.h                     |  1 +
 src/libxl/xen_xl.c                           | 91 ++++++++++++++++++++
 tests/xlconfigdata/test-qemu-passthrough.cfg | 26 ++++++
 tests/xlconfigdata/test-qemu-passthrough.xml | 53 ++++++++++++
 tests/xlconfigtest.c                         |  1 +
 11 files changed, 327 insertions(+), 1 deletion(-)
 create mode 100644 tests/xlconfigdata/test-qemu-passthrough.cfg
 create mode 100644 tests/xlconfigdata/test-qemu-passthrough.xml

-- 
2.26.2





More information about the libvir-list mailing list