Re: [libvirt] [PATCH v3 10/11] qemu: rename qemuDomainPCIAddressReserveNextSlot() to ...Addr()

2016-12-23 Thread Andrea Bolognani
On Mon, 2016-12-19 at 10:25 -0500, Laine Stump wrote: > This function doesn't actually reserve an entire slot any more, it > reserves a single PCI address, so this name is more appropriate. ACK -- Andrea Bolognani / Red Hat / Virtualization -- libvir-list mailing list libvir-list@redhat.com

[libvirt] [PATCH v3 10/11] qemu: rename qemuDomainPCIAddressReserveNextSlot() to ...Addr()

2016-12-19 Thread Laine Stump
This function doesn't actually reserve an entire slot any more, it reserves a single PCI address, so this name is more appropriate. --- src/qemu/qemu_domain_address.c | 45 +- 1 file changed, 23 insertions(+), 22 deletions(-) diff --git