On Tue, Aug 23, 2022 at 18:32:05 +0200, Pavel Hrdina wrote: Move the code for finishing a job in the ready state into qemu_block.c
> Signed-off-by: Pavel Hrdina <[email protected]> > --- > src/qemu/qemu_block.c | 121 ++++++++++++++++++++++++++++++++++++++++ > src/qemu/qemu_block.h | 5 ++ > src/qemu/qemu_driver.c | 123 +---------------------------------------- > 3 files changed, 127 insertions(+), 122 deletions(-) Reviewed-by: Peter Krempa <[email protected]>
