Re: [libvirt] [PATCH 10/21] qemu: qapi: Convert arguments of QAPI traversal helpers to a struct

2019-04-26 Thread Ján Tomko
On Mon, Apr 15, 2019 at 06:02:03PM +0200, Peter Krempa wrote: Create a context data type for the QAPI path rather than passing an increasing number of arguments. Signed-off-by: Peter Krempa --- src/qemu/qemu_qapi.c | 67 1 file changed, 37

[libvirt] [PATCH 10/21] qemu: qapi: Convert arguments of QAPI traversal helpers to a struct

2019-04-15 Thread Peter Krempa
Create a context data type for the QAPI path rather than passing an increasing number of arguments. Signed-off-by: Peter Krempa --- src/qemu/qemu_qapi.c | 67 1 file changed, 37 insertions(+), 30 deletions(-) diff --git a/src/qemu/qemu_qapi.c