Re: [libvirt] [PATCH 04/11] qemu: monitor: Move processing of QMP schema to the new file

2018-03-22 Thread Ján Tomko
On Thu, Mar 22, 2018 at 07:31:41PM +0100, Peter Krempa wrote: 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 --- src/qemu/qemu_capabilities.c | 9 ++--

[libvirt] [PATCH 04/11] qemu: monitor: Move processing of QMP schema to the new file

2018-03-22 Thread Peter Krempa
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 --- src/qemu/qemu_capabilities.c | 9 ++-- src/qemu/qemu_monitor.c | 2 +- src/qemu/qemu_monitor.h |