]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: monitor: Add new fields for 'block-commit' command
authorPeter Krempa <pkrempa@redhat.com>
Thu, 16 Aug 2018 16:20:25 +0000 (18:20 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 18 Jul 2019 15:59:33 +0000 (17:59 +0200)
commitac6c579af32f3079ba4c78c4592d2110ad8384d0
treecb564a16012c1cec32ae4f86146865896bf535f3
parenta4f10a6821c08e0b8b89c854f24b46b1409bec3e
qemu: monitor: Add new fields for 'block-commit' command

Allow using the node name to specify the base and top of the 'commit'
operation, allow specifying explicit job name and add support for
delayed dismiss of the job so that we can reap the state even if
libvirtd was not running when qemu emitted the job completion event.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_driver.c
src/qemu/qemu_monitor.c
src/qemu/qemu_monitor.h
src/qemu/qemu_monitor_json.c
src/qemu/qemu_monitor_json.h
tests/qemumonitorjsontest.c