Re: [libvirt] [PATCH 6/8] qemu: monitor: Use qemuMonitorJSONBlockJobError in qemuMonitorJSONDrivePivot

2018-08-24 Thread Peter Krempa
On Thu, Aug 23, 2018 at 17:38:39 -0400, John Ferlan wrote: > > > On 08/15/2018 07:52 AM, Peter Krempa wrote: > > The API deals with a block job so use the common error reporting > > function for it. > > > > Signed-off-by: Peter Krempa > > --- > > src/qemu/qemu_monitor_json.c | 2 +- > > 1

Re: [libvirt] [PATCH 6/8] qemu: monitor: Use qemuMonitorJSONBlockJobError in qemuMonitorJSONDrivePivot

2018-08-23 Thread John Ferlan
On 08/15/2018 07:52 AM, Peter Krempa wrote: > The API deals with a block job so use the common error reporting > function for it. > > Signed-off-by: Peter Krempa > --- > src/qemu/qemu_monitor_json.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Very strange - this got applied

[libvirt] [PATCH 6/8] qemu: monitor: Use qemuMonitorJSONBlockJobError in qemuMonitorJSONDrivePivot

2018-08-15 Thread Peter Krempa
The API deals with a block job so use the common error reporting function for it. Signed-off-by: Peter Krempa --- src/qemu/qemu_monitor_json.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qemu/qemu_monitor_json.c b/src/qemu/qemu_monitor_json.c index