Re: [libvirt] [PATCH 1/2] qemu: blockcopy: Report error on image format detection failure

2019-12-02 Thread Ján Tomko
On Fri, Nov 29, 2019 at 02:43:59PM +0100, Peter Krempa wrote: We tolerate image format detection during block copy in very specific circumstances, but the code didn't error out on failure of the format detection. Signed-off-by: Peter Krempa --- src/qemu/qemu_driver.c | 17 - 1 fi

[libvirt] [PATCH 1/2] qemu: blockcopy: Report error on image format detection failure

2019-11-29 Thread Peter Krempa
We tolerate image format detection during block copy in very specific circumstances, but the code didn't error out on failure of the format detection. Signed-off-by: Peter Krempa --- src/qemu/qemu_driver.c | 17 - 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/src/