Re: [libvirt] [PATCH] qemu: Drop virQEMUCapsFreeStringList

2017-03-05 Thread Peter Krempa
On Fri, Mar 03, 2017 at 21:35:45 +0100, Jiri Denemark wrote: > The implementation matches virStringListFreeCount. The only difference > between the two functions is the ordering of their parameters. > > Signed-off-by: Jiri Denemark > --- > src/qemu/qemu_capabilities.c | 31

[libvirt] [PATCH] qemu: Drop virQEMUCapsFreeStringList

2017-03-03 Thread Jiri Denemark
The implementation matches virStringListFreeCount. The only difference between the two functions is the ordering of their parameters. Signed-off-by: Jiri Denemark --- src/qemu/qemu_capabilities.c | 31 +-- 1 file changed, 9 insertions(+), 22