
29 Jun
2017
29 Jun
'17
6:24 p.m.
On 06/29/2017 10:46 AM, Andrea Bolognani wrote:
This function was private to the QEMU driver and was, accordingly, called qemuDomainPCIBusFullyReserved().
However, since it's really not QEMU-specific at all, it makes a lot of sense to have it closer to the virDomainPCIAddressBus struct it operates on; even more so considering we're going to introduce a complementary virDomainPCIAddressBusIsEmpty() function later on.
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Laine Stump <laine@laine.org>