Re: [PATCH v2 1/3] qemu: domain: Convert detected 'iso' image format into 'raw'

2020-02-25 Thread Daniel P . Berrangé
On Tue, Feb 25, 2020 at 02:25:43PM +0100, Peter Krempa wrote: > While our code can detect ISO as a separate format, qemu does not use it > as such and just passes it through as raw. Add conversion for detected > parts of the backing chain so that the validation code does not reject > it right

[PATCH v2 1/3] qemu: domain: Convert detected 'iso' image format into 'raw'

2020-02-25 Thread Peter Krempa
While our code can detect ISO as a separate format, qemu does not use it as such and just passes it through as raw. Add conversion for detected parts of the backing chain so that the validation code does not reject it right away. Signed-off-by: Peter Krempa --- src/qemu/qemu_domain.c | 4