]> xenbits.xensource.com Git - libvirt.git/commit
qemu: qapi: Convert arguments of QAPI traversal helpers to a struct
authorPeter Krempa <pkrempa@redhat.com>
Fri, 12 Apr 2019 10:54:11 +0000 (12:54 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 6 May 2019 07:46:06 +0000 (09:46 +0200)
commit06283debe3e0850103a120713f59fbcc250221d5
treecd99a5258360a36007ebf4a4c23f4e6b7378df23
parent115e677a528e3d787cf119b76ec5c0c877d610b4
qemu: qapi: Convert arguments of QAPI traversal helpers to a struct

Create a context data type for the QAPI path rather than passing an
increasing number of arguments.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_qapi.c