[libvirt] [PATCH 0/3] qemu: Clean up PCI controller options

Andrea Bolognani abologna at redhat.com
Wed Dec 6 10:15:28 UTC 2017


See patch 3/3 for an explanation.

Andrea Bolognani (3):
  qemu: Add missing checks for pcie-root-port options
  tests: Add some tests for PCI controller options
  qemu: Clean up PCI controller options

 src/qemu/qemu_command.c                            |   4 +-
 src/qemu/qemu_domain.c                             | 117 +++++++++++++++++++++
 .../i440fx-controllers-pciopts.args                |  24 +++++
 .../i440fx-controllers-pciopts.xml                 |  36 +++++++
 .../pseries-controllers-pciopts.args               |  22 ++++
 .../pseries-controllers-pciopts.xml                |  36 +++++++
 .../qemuxml2argvdata/q35-controllers-pciopts.args  |  28 +++++
 tests/qemuxml2argvdata/q35-controllers-pciopts.xml |  60 +++++++++++
 tests/qemuxml2argvtest.c                           |  17 +++
 .../i440fx-controllers-pciopts.xml                 |  42 ++++++++
 tests/qemuxml2xmloutdata/pcie-expander-bus.xml     |   4 +-
 .../pseries-controllers-pciopts.xml                |  41 ++++++++
 .../qemuxml2xmloutdata/q35-controllers-pciopts.xml |  63 +++++++++++
 tests/qemuxml2xmltest.c                            |  17 +++
 14 files changed, 507 insertions(+), 4 deletions(-)
 create mode 100644 tests/qemuxml2argvdata/i440fx-controllers-pciopts.args
 create mode 100644 tests/qemuxml2argvdata/i440fx-controllers-pciopts.xml
 create mode 100644 tests/qemuxml2argvdata/pseries-controllers-pciopts.args
 create mode 100644 tests/qemuxml2argvdata/pseries-controllers-pciopts.xml
 create mode 100644 tests/qemuxml2argvdata/q35-controllers-pciopts.args
 create mode 100644 tests/qemuxml2argvdata/q35-controllers-pciopts.xml
 create mode 100644 tests/qemuxml2xmloutdata/i440fx-controllers-pciopts.xml
 create mode 100644 tests/qemuxml2xmloutdata/pseries-controllers-pciopts.xml
 create mode 100644 tests/qemuxml2xmloutdata/q35-controllers-pciopts.xml

-- 
2.14.3




More information about the libvir-list mailing list