Re: [libvirt] [PATCH v2 06/11] qemu: rename CheckSlot to SlotInUse

2013-04-17 Thread Eric Blake
On 04/17/2013 01:00 PM, Ján Tomko wrote: > Also change its return value from int to bool. > --- > src/qemu/qemu_command.c | 17 - > 1 file changed, 8 insertions(+), 9 deletions(-) > > +static bool qemuDomainPCIAddressSlotInUse(qemuDomainPCIAddressSetPtr addrs, > +

[libvirt] [PATCH v2 06/11] qemu: rename CheckSlot to SlotInUse

2013-04-17 Thread Ján Tomko
Also change its return value from int to bool. --- src/qemu/qemu_command.c | 17 - 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c index c51c336..1b9d940 100644 --- a/src/qemu/qemu_command.c +++ b/src/qemu/qemu_command