Re: [libvirt] [PATCH 7/8] qemu: monitor: Rename 'device' argument for block job control APIs

2018-08-23 Thread John Ferlan
On 08/15/2018 07:52 AM, Peter Krempa wrote: > Starting from qemu 2.7 the 'device' argument is in fact a name of the > job itself. Change our APIs accordingly and adjust the error message. > > Signed-off-by: Peter Krempa > --- > src/qemu/qemu_monitor.c | 18 +- >

[libvirt] [PATCH 7/8] qemu: monitor: Rename 'device' argument for block job control APIs

2018-08-15 Thread Peter Krempa
Starting from qemu 2.7 the 'device' argument is in fact a name of the job itself. Change our APIs accordingly and adjust the error message. Signed-off-by: Peter Krempa --- src/qemu/qemu_monitor.c | 18 +- src/qemu/qemu_monitor.h | 6 +++---