Re: [libvirt] [PATCH 06/10] qemu: monitor: assume JSON in QEMU_CHECK_MONITOR macro

2019-06-20 Thread Peter Krempa
On Sat, Jun 15, 2019 at 14:11:35 +0200, Ján Tomko wrote: > In preparation to removing the json field from qemuMonitor, > stop checking for it in QEMU_CHECK_MONITOR. > > Signed-off-by: Ján Tomko > --- > src/qemu/qemu_monitor.c | 8 +--- > 1 file changed, 1 insertion(+), 7 deletions(-) ACK

[libvirt] [PATCH 06/10] qemu: monitor: assume JSON in QEMU_CHECK_MONITOR macro

2019-06-15 Thread Ján Tomko
In preparation to removing the json field from qemuMonitor, stop checking for it in QEMU_CHECK_MONITOR. Signed-off-by: Ján Tomko --- src/qemu/qemu_monitor.c | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/qemu/qemu_monitor.c b/src/qemu/qemu_monitor.c index