Re: [libvirt] [PATCH v3 03/11] conf: rename virDomainPCIAddressGetNextSlot() to ...GetNextAddr()

2016-12-23 Thread Andrea Bolognani
On Mon, 2016-12-19 at 10:25 -0500, Laine Stump wrote: > With the advent of VIR_PCI_CONNECT_AGGREGATE_SLOT, the new name is > more appropriate, since the address contained may be another address s/contained/returned/ ? > on the same slot as last time, not necessarily a new slot. ACK -- Andrea

[libvirt] [PATCH v3 03/11] conf: rename virDomainPCIAddressGetNextSlot() to ...GetNextAddr()

2016-12-19 Thread Laine Stump
With the advent of VIR_PCI_CONNECT_AGGREGATE_SLOT, the new name is more appropriate, since the address contained may be another address on the same slot as last time, not necessarily a new slot. --- src/conf/domain_addr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git