[libvirt] [PATCH 0/4] qemu: Add support for generic PCIe Root Ports

Andrea Bolognani posted 4 patches 7 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/1489510728-25923-1-git-send-email-abologna@redhat.com
There is a newer version of this series
docs/news.xml                                      |  9 +++++
docs/schemas/domaincommon.rng                      |  1 +
src/conf/domain_conf.c                             |  4 ++-
src/conf/domain_conf.h                             |  1 +
src/qemu/qemu_capabilities.c                       |  2 ++
src/qemu/qemu_capabilities.h                       |  1 +
src/qemu/qemu_command.c                            | 18 ++++++++--
src/qemu/qemu_domain_address.c                     | 15 +++++++--
tests/qemucapabilitiesdata/caps_2.9.0.x86_64.xml   |  1 +
...uxml2argv-pcie-root-port-mach-virt-generic.args | 22 +++++++++++++
...muxml2argv-pcie-root-port-mach-virt-generic.xml | 22 +++++++++++++
...uxml2argv-pcie-root-port-mach-virt-ioh3420.args | 21 ++++++++++++
...muxml2argv-pcie-root-port-mach-virt-ioh3420.xml | 19 +++++++++++
...t.args => qemuxml2argv-pcie-root-port-q35.args} |  7 ++--
.../qemuxml2argv-pcie-root-port-q35.xml            | 23 +++++++++++++
.../qemuxml2argv-pcie-root-port.xml                | 36 --------------------
tests/qemuxml2argvtest.c                           | 27 ++++++++++++---
...xml2xmlout-pcie-root-port-mach-virt-generic.xml | 38 ++++++++++++++++++++++
...xml2xmlout-pcie-root-port-mach-virt-ioh3420.xml | 33 +++++++++++++++++++
...t.xml => qemuxml2xmlout-pcie-root-port-q35.xml} | 19 +++++------
tests/qemuxml2xmltest.c                            | 22 ++++++++++---
21 files changed, 272 insertions(+), 69 deletions(-)
create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-pcie-root-port-mach-virt-generic.args
create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-pcie-root-port-mach-virt-generic.xml
create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-pcie-root-port-mach-virt-ioh3420.args
create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-pcie-root-port-mach-virt-ioh3420.xml
rename tests/qemuxml2argvdata/{qemuxml2argv-pcie-root-port.args => qemuxml2argv-pcie-root-port-q35.args} (59%)
create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-pcie-root-port-q35.xml
delete mode 100644 tests/qemuxml2argvdata/qemuxml2argv-pcie-root-port.xml
create mode 100644 tests/qemuxml2xmloutdata/qemuxml2xmlout-pcie-root-port-mach-virt-generic.xml
create mode 100644 tests/qemuxml2xmloutdata/qemuxml2xmlout-pcie-root-port-mach-virt-ioh3420.xml
rename tests/qemuxml2xmloutdata/{qemuxml2xmlout-pcie-root-port.xml => qemuxml2xmlout-pcie-root-port-q35.xml} (71%)
[libvirt] [PATCH 0/4] qemu: Add support for generic PCIe Root Ports
Posted by Andrea Bolognani 7 years ago
Andrea Bolognani (4):
  qemu: Add support for generic PCIe Root Ports
  qemu: Use generic PCIe Root Ports by default for aarch64/virt
  tests: Test generic PCIe Root Ports
  news: Document support for generic PCIe Root Ports

 docs/news.xml                                      |  9 +++++
 docs/schemas/domaincommon.rng                      |  1 +
 src/conf/domain_conf.c                             |  4 ++-
 src/conf/domain_conf.h                             |  1 +
 src/qemu/qemu_capabilities.c                       |  2 ++
 src/qemu/qemu_capabilities.h                       |  1 +
 src/qemu/qemu_command.c                            | 18 ++++++++--
 src/qemu/qemu_domain_address.c                     | 15 +++++++--
 tests/qemucapabilitiesdata/caps_2.9.0.x86_64.xml   |  1 +
 ...uxml2argv-pcie-root-port-mach-virt-generic.args | 22 +++++++++++++
 ...muxml2argv-pcie-root-port-mach-virt-generic.xml | 22 +++++++++++++
 ...uxml2argv-pcie-root-port-mach-virt-ioh3420.args | 21 ++++++++++++
 ...muxml2argv-pcie-root-port-mach-virt-ioh3420.xml | 19 +++++++++++
 ...t.args => qemuxml2argv-pcie-root-port-q35.args} |  7 ++--
 .../qemuxml2argv-pcie-root-port-q35.xml            | 23 +++++++++++++
 .../qemuxml2argv-pcie-root-port.xml                | 36 --------------------
 tests/qemuxml2argvtest.c                           | 27 ++++++++++++---
 ...xml2xmlout-pcie-root-port-mach-virt-generic.xml | 38 ++++++++++++++++++++++
 ...xml2xmlout-pcie-root-port-mach-virt-ioh3420.xml | 33 +++++++++++++++++++
 ...t.xml => qemuxml2xmlout-pcie-root-port-q35.xml} | 19 +++++------
 tests/qemuxml2xmltest.c                            | 22 ++++++++++---
 21 files changed, 272 insertions(+), 69 deletions(-)
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-pcie-root-port-mach-virt-generic.args
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-pcie-root-port-mach-virt-generic.xml
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-pcie-root-port-mach-virt-ioh3420.args
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-pcie-root-port-mach-virt-ioh3420.xml
 rename tests/qemuxml2argvdata/{qemuxml2argv-pcie-root-port.args => qemuxml2argv-pcie-root-port-q35.args} (59%)
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-pcie-root-port-q35.xml
 delete mode 100644 tests/qemuxml2argvdata/qemuxml2argv-pcie-root-port.xml
 create mode 100644 tests/qemuxml2xmloutdata/qemuxml2xmlout-pcie-root-port-mach-virt-generic.xml
 create mode 100644 tests/qemuxml2xmloutdata/qemuxml2xmlout-pcie-root-port-mach-virt-ioh3420.xml
 rename tests/qemuxml2xmloutdata/{qemuxml2xmlout-pcie-root-port.xml => qemuxml2xmlout-pcie-root-port-q35.xml} (71%)

-- 
2.7.4

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list