On Fri, Jan 31, 2020 at 03:31:18PM +0100, Peter Krempa wrote:
The flags may control important aspects of the block job which may
influence also the termination of the job. Store the 'flags' for all
the block job types.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/qemu/qemu_blockjob.c | 13 ++++++++++---
src/qemu/qemu_blockjob.h | 9 ++++++---
src/qemu/qemu_driver.c | 7 ++++---
3 files changed, 20 insertions(+), 9 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano