[libvirt] [PATCHv2 00/15] Allow virtio devices to use vIOMMU

Ján Tomko jtomko at redhat.com
Tue Jun 6 11:36:14 UTC 2017


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

Ján Tomko (15):
  conf: eliminate monster condition in virDomainControllerDefFormat
  virDomainControllerDefFormat: do not mix attributes and subelements
  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                             | 224 ++++++++++++++++++---
 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-virtio-options.xml              | 104 ++++++++++
 tests/qemuxml2xmltest.c                            |   2 +
 16 files changed, 772 insertions(+), 34 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




More information about the libvir-list mailing list