Re: [libvirt] [PATCH v3 05/11] qemu: replace virDomainPCIAddressReserveAddr with virDomainPCIAddressReserveSlot

2016-12-23 Thread Andrea Bolognani
On Mon, 2016-12-19 at 10:25 -0500, Laine Stump wrote: > All occurences of the former use fromConfig=true, and that's exactly > how virDomainPCIAddressReserveSlot() calls > virDomainPCIaddressReserveAddr(), so just use *Slot() so that *Addr() > can be made static to conf/domain_addr.c (both

[libvirt] [PATCH v3 05/11] qemu: replace virDomainPCIAddressReserveAddr with virDomainPCIAddressReserveSlot

2016-12-19 Thread Laine Stump
All occurences of the former use fromConfig=true, and that's exactly how virDomainPCIAddressReserveSlot() calls virDomainPCIaddressReserveAddr(), so just use *Slot() so that *Addr() can be made static to conf/domain_addr.c (both functions will be renamed in upcoming patches). ---