[libvirt] [PATCH v2 0/2] qemu: Guarantee correct ordering for controllers

Andrea Bolognani abologna at redhat.com
Thu Sep 7 17:00:11 UTC 2017


Changes from [v1]

  * ensure the controllers are ordered correctly from the moment
    they are added to the guest configuration rather than waiting
    for the QEMU command line to be generated.


[v1] https://www.redhat.com/archives/libvir-list/2017-September/msg00084.html

Andrea Bolognani (2):
  conf: Add USB companion controllers with virDomainControllerInsert()
  conf: Add all controllers using virDomainControllerInsert()

 src/conf/domain_conf.c                             | 61 +++++++++++++++-------
 .../qemuxml2argv-channel-virtio-default.args       |  2 +-
 .../qemuxml2argv-channel-virtio-unix.args          |  2 +-
 .../qemuxml2argv-chardev-reconnect.args            |  2 +-
 .../qemuxml2argv-pci-autoadd-idx.args              | 16 +++---
 .../qemuxml2argv-pseries-many-buses-2.args         |  4 +-
 .../qemuxml2xmlout-aarch64-virtio-pci-default.xml  |  6 +--
 ...2xmlout-aarch64-virtio-pci-manual-addresses.xml |  6 +--
 .../qemuxml2xmlout-channel-virtio-auto.xml         |  2 +-
 ...qemuxml2xmlout-hostdev-scsi-autogen-address.xml |  6 +--
 .../qemuxml2xmlout-pci-autoadd-idx.xml             | 22 ++++----
 .../qemuxml2xmlout-pseries-many-buses-2.xml        |  6 +--
 .../qemuxml2xmlout-pseries-phb-default-missing.xml |  8 +--
 13 files changed, 82 insertions(+), 61 deletions(-)

-- 
2.13.5




More information about the libvir-list mailing list