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

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

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

2019-05-20 Thread Peter Krempa
Split out the 'shallow' and 'reuse' flags as booleans rather than passing in flags and constructing them in irrelevant APIs. Signed-off-by: Peter Krempa --- src/qemu/qemu_driver.c | 4 +++- src/qemu/qemu_migration.c| 6 +- src/qemu/qemu_monitor.c | 9 + src/qemu/qemu_m