[libvirt] [PATCH 00/18] Allow virtio devices to use vIOMMU

Ján Tomko posted 18 patches 6 years, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1496148357.git.jtomko@redhat.com
docs/formatdomain.html.in                          |  87 ++++++
docs/schemas/domaincommon.rng                      |  40 +++
src/conf/domain_conf.c                             | 314 ++++++++++++++++-----
src/conf/domain_conf.h                             |  27 ++
src/qemu/qemu_capabilities.c                       |  15 +-
src/qemu/qemu_capabilities.h                       |   5 +
src/qemu/qemu_command.c                            |  69 +++++
tests/qemucapabilitiesdata/caps_2.9.0.x86_64.xml   |   3 +
.../qemuxml2argv-intel-iommu-device-iotlb.args     |  19 ++
.../qemuxml2argv-intel-iommu-device-iotlb.xml      |  31 ++
.../qemuxml2argv-virtio-options.args               |  57 ++++
.../qemuxml2argv-virtio-options.xml                | 104 +++++++
tests/qemuxml2argvtest.c                           |  18 ++
.../qemuxml2xmlout-intel-iommu-device-iotlb.xml    |   1 +
.../qemuxml2xmlout-s390-defaultconsole.xml         |   3 +-
.../qemuxml2xmlout-virtio-options.xml              | 104 +++++++
tests/qemuxml2xmltest.c                            |   2 +
17 files changed, 825 insertions(+), 74 deletions(-)
create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-intel-iommu-device-iotlb.args
create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-intel-iommu-device-iotlb.xml
create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-virtio-options.args
create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-virtio-options.xml
create mode 120000 tests/qemuxml2xmloutdata/qemuxml2xmlout-intel-iommu-device-iotlb.xml
create mode 100644 tests/qemuxml2xmloutdata/qemuxml2xmlout-virtio-options.xml
[libvirt] [PATCH 00/18] Allow virtio devices to use vIOMMU
Posted by Ján Tomko 6 years, 11 months ago
[Adding Jason to cc - could you please take a look at the documentation
(patches 6 and 8) and point out any device/option combinations that
do not make sense?]

https://bugzilla.redhat.com/show_bug.cgi?id=1283251

Ján Tomko (18):
  conf: introduce virDomainControllerDriverFormat
  conf: use a separate buffer for the subelements of <controller>
  conf: only format <controller> as a pair tag when needed
  conf: eliminate monster condition in virDomainControllerDefFormat
  virDomainControllerDefFormat: move PCI model and target formatting
  conf: add device_iotlb attribute to iommu
  qemu: format device-iotlb on intel-iommu command line
  qemuxml2xmltest: add virtio-options test
  Add virtio-related options to interfaces
  add virtio-related options to memballoon
  Add virtio-related options to disks
  Add virtio-related options to controllers
  Add virtio-related options to filesystems
  Add virtio-related options to rng devices
  Add virtio-related options to video
  Add virtio-related options to input devices
  qemuxml2argvtest: add virtio-options test case
  qemu: format virtio-related options on the command line

 docs/formatdomain.html.in                          |  87 ++++++
 docs/schemas/domaincommon.rng                      |  40 +++
 src/conf/domain_conf.c                             | 314 ++++++++++++++++-----
 src/conf/domain_conf.h                             |  27 ++
 src/qemu/qemu_capabilities.c                       |  15 +-
 src/qemu/qemu_capabilities.h                       |   5 +
 src/qemu/qemu_command.c                            |  69 +++++
 tests/qemucapabilitiesdata/caps_2.9.0.x86_64.xml   |   3 +
 .../qemuxml2argv-intel-iommu-device-iotlb.args     |  19 ++
 .../qemuxml2argv-intel-iommu-device-iotlb.xml      |  31 ++
 .../qemuxml2argv-virtio-options.args               |  57 ++++
 .../qemuxml2argv-virtio-options.xml                | 104 +++++++
 tests/qemuxml2argvtest.c                           |  18 ++
 .../qemuxml2xmlout-intel-iommu-device-iotlb.xml    |   1 +
 .../qemuxml2xmlout-s390-defaultconsole.xml         |   3 +-
 .../qemuxml2xmlout-virtio-options.xml              | 104 +++++++
 tests/qemuxml2xmltest.c                            |   2 +
 17 files changed, 825 insertions(+), 74 deletions(-)
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-intel-iommu-device-iotlb.args
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-intel-iommu-device-iotlb.xml
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-virtio-options.args
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-virtio-options.xml
 create mode 120000 tests/qemuxml2xmloutdata/qemuxml2xmlout-intel-iommu-device-iotlb.xml
 create mode 100644 tests/qemuxml2xmloutdata/qemuxml2xmlout-virtio-options.xml

-- 
2.10.2

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list