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 <abologna(a)redhat.com>
---
src/conf/domain_addr.h | 2 ++
src/qemu/qemu_domain_address.c | 8 ++++++--
2 files changed, 8 insertions(+), 2 deletions(-)
Could also pass the bool instead of the qemuCaps to
qemuDomainPCIAddressSetCreate - this way is fine though ;-)
Reviewed-by: John Ferlan <jferlan(a)redhat.com>
John