[libvirt] [PATCH v6 00/14] Move qemu command line controller checks to qemuDomainDeviceDefValidateController* checks

John Ferlan jferlan at redhat.com
Thu Feb 1 02:57:39 UTC 2018


v5: https://www.redhat.com/archives/libvir-list/2018-January/msg00188.html

Although each was ACK'd in v5, that was before alter the post parse
callbacks to ensure SCSI controller model's were filled in.

I post again mainly because some things do change slightly and well
for sanity and being "correct".

Unless there's an objection, I'll push some time on Friday. 

Andrea Bolognani (1):
  qemu: Add missing checks for pcie-root-port options

John Ferlan (12):
  qemu: Introduce qemuDomainDeviceDefValidateControllerAttributes
  qemu: Move and rename qemuBuildCheckSCSIControllerModel
  qemu: Adjust SCSI controller switch in qemuBuildControllerDevStr
  qemu: Add check for iothread attribute in validate controller
  qemu: Introduce qemuDomainDeviceDefValidateControllerSCSI
  qemu: Introduce qemuDomainDeviceDefValidateControllerPCI
  qemu: Use virDomainPCIControllerOpts in qemuBuildControllerDevStr
  qemu: Move PCI command modelName check to controller def validate
  qemu: Move PCI command modelName TypeToString to controller def
    validate
  qemu: Move PCI more command checks to controller def validate
  qemu: Complete PCI command checks to controller def validate
  qemu: Introduce qemuDomainDeviceDefValidateControllerSATA

Marc Hartmayer (1):
  qemu: Use switch statement for address types in
    qemuBuildControllerDevStr

 src/qemu/qemu_command.c | 505 +++++-------------------------------------------
 src/qemu/qemu_domain.c  | 478 ++++++++++++++++++++++++++++++++++++++++++++-
 tests/qemumemlocktest.c |  14 ++
 tests/qemuxml2xmltest.c |   5 +-
 4 files changed, 545 insertions(+), 457 deletions(-)

-- 
2.13.6




More information about the libvir-list mailing list