]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: monitor: Add code to retrieve and store QMP schema data
authorPeter Krempa <pkrempa@redhat.com>
Mon, 17 Oct 2016 12:20:42 +0000 (14:20 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 9 Nov 2016 15:50:32 +0000 (16:50 +0100)
commit1683535a33abc438fef4477094ba2d5f4eb3838f
treebf7e1a323a1cbd6735137bec4e06a70540e4a5ee
parentedf33d1a65b04a11871656851dcc626944955bfc
qemu: monitor: Add code to retrieve and store QMP schema data

Call 'query-qmp-schema' and store the returned types in a hash table
keyed by the 'name' field so that the capabilities code can traverse it.
src/qemu/qemu_monitor.c
src/qemu/qemu_monitor.h
src/qemu/qemu_monitor_json.c
src/qemu/qemu_monitor_json.h