Re: [libvirt] [PATCH v4 09/25] [ACKED] qemu: use virDomainPCIAddressReserveNextAddr in qemuDomainAssignDevicePCISlots

2016-10-18 Thread Andrea Bolognani
On Fri, 2016-10-14 at 15:54 -0400, Laine Stump wrote: > instead of calling virDomainPCIAddressGetNextSlot() (which I want to > turn into a local static in domain_addr.c). > --- > > Change: fixed line length > > src/qemu/qemu_domain_address.c | 33 +++-- > 1 file

[libvirt] [PATCH v4 09/25] [ACKED] qemu: use virDomainPCIAddressReserveNextAddr in qemuDomainAssignDevicePCISlots

2016-10-14 Thread Laine Stump
instead of calling virDomainPCIAddressGetNextSlot() (which I want to turn into a local static in domain_addr.c). --- Change: fixed line length src/qemu/qemu_domain_address.c | 33 +++-- 1 file changed, 15 insertions(+), 18 deletions(-) diff --git