Re: [libvirt] [PATCH 2/8] qemu: monitor: Use qemuMonitorJSONCheckError in qemuMonitorJSONBlockJobError

2018-08-23 Thread John Ferlan
On 08/15/2018 07:52 AM, Peter Krempa wrote: > Report the generic errors using the existing function so that we don't > reimplement the same functionality multiple times. > > Signed-off-by: Peter Krempa > --- > src/qemu/qemu_monitor_json.c | 27 +-- > 1 file changed, 9

[libvirt] [PATCH 2/8] qemu: monitor: Use qemuMonitorJSONCheckError in qemuMonitorJSONBlockJobError

2018-08-15 Thread Peter Krempa
Report the generic errors using the existing function so that we don't reimplement the same functionality multiple times. Signed-off-by: Peter Krempa --- src/qemu/qemu_monitor_json.c | 27 +-- 1 file changed, 9 insertions(+), 18 deletions(-) diff --git