
16 Mar
2017
16 Mar
'17
11:24 p.m.
On 03/16/2017 01:14 PM, Andrea Bolognani wrote:
QEMU 2.9 introduces the pcie-root-port device, which is a generic version of the existing ioh3420 device.
Make the new device available to libvirt users. --- 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 +++++++++++++++--- tests/qemucapabilitiesdata/caps_2.9.0.x86_64.xml | 1 + 7 files changed, 24 insertions(+), 4 deletions(-)
ACK.