Re: [libvirt] [PATCH 7/8] qemu: monitor: Drop calls to text monitor impl where possible

2018-05-22 Thread Ján Tomko
On Tue, May 22, 2018 at 02:35:47PM +0200, Peter Krempa wrote: Drop all conditional calls which have JSON variants, now that we guarantee JSON monitor. Signed-off-by: Peter Krempa --- src/qemu/qemu_monitor.c | 297 +++- 1 file

[libvirt] [PATCH 7/8] qemu: monitor: Drop calls to text monitor impl where possible

2018-05-22 Thread Peter Krempa
Drop all conditional calls which have JSON variants, now that we guarantee JSON monitor. Signed-off-by: Peter Krempa --- src/qemu/qemu_monitor.c | 297 +++- 1 file changed, 69 insertions(+), 228 deletions(-) diff --git