]> xenbits.xensource.com Git - libvirt.git/commit
conf: Add virDomainPCIAddressSet.isPCIeToPCIBridgeSupported
authorAndrea Bolognani <abologna@redhat.com>
Fri, 23 Mar 2018 17:52:22 +0000 (18:52 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 6 Apr 2018 12:12:19 +0000 (14:12 +0200)
commit9985bb468ae7fb90250bacd62569b2b9992f6601
tree53532ab38927c0d1c140d89fa7bf3020eb61f1ea
parent542f05e7756cc5614eb2ee7b0bac9aabb7aa016c
conf: Add virDomainPCIAddressSet.isPCIeToPCIBridgeSupported

Just like the existing areMultipleRootsSupported, this will
allow us to change the results of the driver-agnostic PCI
address allocation logic based on whether the QEMU binary
supports certain features.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
src/conf/domain_addr.h
src/qemu/qemu_domain_address.c