Re: [libvirt] [PATCH v3 11/11] conf: eliminate virDomainPCIAddressReleaseSlot() in favor of ...Addr()

2016-12-23 Thread Andrea Bolognani
On Mon, 2016-12-19 at 10:25 -0500, Laine Stump wrote: > Surprisingly there was a virDomainPCIAddressReleaseAddr() function > already, but it was completely unused. Since we don't reserve entire > slots at once any more, there is no need to release entire slots > either, so we just replace the

[libvirt] [PATCH v3 11/11] conf: eliminate virDomainPCIAddressReleaseSlot() in favor of ...Addr()

2016-12-19 Thread Laine Stump
Surprisingly there was a virDomainPCIAddressReleaseAddr() function already, but it was completely unused. Since we don't reserve entire slots at once any more, there is no need to release entire slots either, so we just replace the single call to virDomainPCIAddressReleaseSlot() with a call to