Re: [libvirt] [PATCH 02/15] qemu: monitor: Add code to retrieve and store QMP schema data

2016-10-20 Thread Eric Blake
On 10/20/2016 10:24 AM, Peter Krempa wrote: > 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 | 11 > src/qemu/qemu_monitor.h | 2 ++ >

Re: [libvirt] [PATCH 02/15] qemu: monitor: Add code to retrieve and store QMP schema data

2016-10-20 Thread Eric Blake
On 10/20/2016 10:24 AM, Peter Krempa wrote: > 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 | 11 > src/qemu/qemu_monitor.h | 2 ++ >

[libvirt] [PATCH 02/15] qemu: monitor: Add code to retrieve and store QMP schema data

2016-10-20 Thread Peter Krempa
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 | 11 src/qemu/qemu_monitor.h | 2 ++ src/qemu/qemu_monitor_json.c | 67