Re: [libvirt] [PATCH 4/9] qemu: monitor: Add support for 'job-dismiss' command

2019-06-26 Thread Ján Tomko
On Mon, Jun 24, 2019 at 05:54:51PM +0200, Peter Krempa wrote: 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 --- src/qemu/qemu_monitor.c | 12 ++

[libvirt] [PATCH 4/9] qemu: monitor: Add support for 'job-dismiss' command

2019-06-24 Thread Peter Krempa
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 --- src/qemu/qemu_monitor.c | 12 src/qemu/qemu_monitor.h | 4 src/qemu/qemu_m