Re: [PATCH 14/19] qemu: blockjob: Store 'flags' for all the block job types

2020-02-03 Thread Ján Tomko
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 --- src/qemu/qemu_blockjob.c | 13 ++---

[PATCH 14/19] qemu: blockjob: Store 'flags' for all the block job types

2020-01-31 Thread Peter Krempa
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 --- src/qemu/qemu_blockjob.c | 13 ++--- src/qemu/qemu_blockjob.h | 9 ++---