Re: [PATCH v3 4/6] qemu: update the validation for transient disk option

2020-09-18 Thread Peter Krempa
On Thu, Sep 17, 2020 at 09:30:43 -0400, Masayoshi Mizuma wrote: > From: Masayoshi Mizuma > > Update validation of transient disk option. The option for qemu is supported > with under condistions. > > - qemu has blockdev feature > - the type is file and the format is qcow2 and raw > - writable

[PATCH v3 4/6] qemu: update the validation for transient disk option

2020-09-17 Thread Masayoshi Mizuma
From: Masayoshi Mizuma Update validation of transient disk option. The option for qemu is supported with under condistions. - qemu has blockdev feature - the type is file and the format is qcow2 and raw - writable disk Signed-off-by: Masayoshi Mizuma --- src/qemu/qemu_validate.c | 25