Re: [libvirt] [PATCH 07/11] conf: Add virDomainPCIAddressSet.isPCIeToPCIBridgeSupported

2018-04-03 Thread John Ferlan
On 03/28/2018 10:06 AM, Andrea Bolognani wrote: > 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

[libvirt] [PATCH 07/11] conf: Add virDomainPCIAddressSet.isPCIeToPCIBridgeSupported

2018-03-28 Thread Andrea Bolognani
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 --- src/conf/domain_addr.h | 2