]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: monitor: Add support for 'job-dismiss' command
authorPeter Krempa <pkrempa@redhat.com>
Thu, 16 Aug 2018 09:48:41 +0000 (11:48 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 18 Jul 2019 15:59:33 +0000 (17:59 +0200)
commit190e66ea5de459c7211e92a8cf2445c032b8dbcf
tree4d13eb128ee1b383ab311cabff12954889c00fe7
parente53adccebd0c3404163057a621b5a0f424558dc9
qemu: monitor: Add support for 'job-dismiss' command

This belongs to the new job management API for generic jobs.

The dismiss command is meant to remove a concluded job after we were
able to get the final status.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
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