]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: monitor: Move processing of QMP schema to the new file
authorPeter Krempa <pkrempa@redhat.com>
Tue, 20 Mar 2018 08:29:30 +0000 (09:29 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 23 Mar 2018 13:52:07 +0000 (14:52 +0100)
commit38b3b20c66086a2ebcd4e74c99f94123f0e1f2e7
tree8f23ceca3e366ecaac3063a1d8459a3472907d23
parentab8c5fe63f85a096b1a6c7491117590c8442a4a1
qemu: monitor: Move processing of QMP schema to the new file

The JSON array was processed to the hash table used by the query apis in
the monitor code. Move it to a new helper in qemu_qapi.c.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
src/qemu/qemu_capabilities.c
src/qemu/qemu_monitor.c
src/qemu/qemu_monitor.h
src/qemu/qemu_monitor_json.c
src/qemu/qemu_monitor_json.h
src/qemu/qemu_qapi.c
src/qemu/qemu_qapi.h