Re: [libvirt] [PATCH 2/4] qemu: monitor: Don't pass full flags to qemuMonitorJSONBlockdevMirror

2019-05-21 Thread Ján Tomko
On Mon, May 20, 2019 at 04:16:31PM +0200, Peter Krempa wrote: Split out the 'shallow' flag as a boolean argument rather than passing in flags and constructing them in irrelevant APIs. Signed-off-by: Peter Krempa --- src/qemu/qemu_migration.c| 6 +- src/qemu/qemu_monitor.c | 8 --

[libvirt] [PATCH 2/4] qemu: monitor: Don't pass full flags to qemuMonitorJSONBlockdevMirror

2019-05-20 Thread Peter Krempa
Split out the 'shallow' flag as a boolean argument rather than passing in flags and constructing them in irrelevant APIs. Signed-off-by: Peter Krempa --- src/qemu/qemu_migration.c| 6 +- src/qemu/qemu_monitor.c | 8 src/qemu/qemu_monitor.h | 2 +- src/qemu/qemu_monitor