[libvirt] [PATCH 0/2] Two qemu config validation patches

Laine Stump laine at laine.org
Mon Dec 18 15:35:51 UTC 2017


The first is a bug fix to a recently pushed bugfix, the 2nd is just
reorganizing working code.

Laine Stump (2):
  qemu: assign correct type of PCI address for vhost-scsi when using
    pcie-root
  qemu: move qemuDomainDefValidateVideo into
    qemuDomainDeviceDefValidateVideo

 src/qemu/qemu_domain.c                             | 151 +++++++++------------
 src/qemu/qemu_domain_address.c                     |   7 +
 .../hostdev-scsi-vhost-scsi-pcie.args              |  25 ++++
 .../hostdev-scsi-vhost-scsi-pcie.xml               |  23 ++++
 tests/qemuxml2argvtest.c                           |   7 +
 .../hostdev-scsi-vhost-scsi-pcie.xml               |  40 ++++++
 tests/qemuxml2xmltest.c                            |   7 +
 7 files changed, 175 insertions(+), 85 deletions(-)
 create mode 100644 tests/qemuxml2argvdata/hostdev-scsi-vhost-scsi-pcie.args
 create mode 100644 tests/qemuxml2argvdata/hostdev-scsi-vhost-scsi-pcie.xml
 create mode 100644 tests/qemuxml2xmloutdata/hostdev-scsi-vhost-scsi-pcie.xml

-- 
2.13.6




More information about the libvir-list mailing list