Re: [libvirt] [PATCH v3 08/18] qemu: replace calls to virDomainPCIAddressReserveNext*() with static function

2016-10-03 Thread Andrea Bolognani
On Tue, 2016-09-20 at 15:14 -0400, Laine Stump wrote: > An upcoming commit will remove the "flag" argument from all the calls > to reserve the next available address|slot, but I don't want to change > the arguments in the hypervisor-agnostic > virDomainPCIAddressReserveNext*() functions, so this

[libvirt] [PATCH v3 08/18] qemu: replace calls to virDomainPCIAddressReserveNext*() with static function

2016-09-20 Thread Laine Stump
An upcoming commit will remove the "flag" argument from all the calls to reserve the next available address|slot, but I don't want to change the arguments in the hypervisor-agnostic virDomainPCIAddressReserveNext*() functions, so this patch places a simple qemu-specific wrapper around those