Re: [libvirt RFC 06/24] qemu_monitor: allow setting autofinalize for block commit

2022-09-01 Thread Peter Krempa
On Tue, Aug 23, 2022 at 18:32:09 +0200, Pavel Hrdina wrote: The commit message will need some work ... > Signed-off-by: Pavel Hrdina > --- > src/qemu/qemu_block.c| 6 -- > src/qemu/qemu_block.h| 1 + > src/qemu/qemu_monitor.c | 9 + > src/qemu/qemu_monitor.h

[libvirt RFC 06/24] qemu_monitor: allow setting autofinalize for block commit

2022-08-23 Thread Pavel Hrdina
Signed-off-by: Pavel Hrdina --- src/qemu/qemu_block.c| 6 -- src/qemu/qemu_block.h| 1 + src/qemu/qemu_monitor.c | 9 + src/qemu/qemu_monitor.h | 3 ++- src/qemu/qemu_monitor_json.c | 4 ++-- src/qemu/qemu_monitor_json.h | 3 ++- tests/qemumonitorjsontest.c