Re: [libvirt] [PATCH v3 05/18] conf: new function virDomainPCIAddressReserveNextAddr()

2016-10-01 Thread Andrea Bolognani
On Tue, 2016-09-20 at 15:14 -0400, Laine Stump wrote: > There is an existing virDomainPCIAddressReserveNextSlot() which will > reserve all functions of the next available PCI slot. One place in the > qemu PCI address assignment code requires reserving a *single* > function of the next available

[libvirt] [PATCH v3 05/18] conf: new function virDomainPCIAddressReserveNextAddr()

2016-09-20 Thread Laine Stump
There is an existing virDomainPCIAddressReserveNextSlot() which will reserve all functions of the next available PCI slot. One place in the qemu PCI address assignment code requires reserving a *single* function of the next available PCI slot. This patch modifies and renames