[PATCH v4 09/11] qemu: validate: Allow disks

2020-09-24 Thread Peter Krempa
From: Masayoshi Mizuma Extract the validation of transient disk option. We support transient disks in qemu under the following conditions: - -blockdev is used - the disk source is a local file - the disk type is 'disk' - the disk is not readonly Signed-off-by: Masayoshi Mizuma Signed-off-b

Re: [PATCH v4 09/11] qemu: validate: Allow disks

2020-09-25 Thread Masayoshi Mizuma
On Thu, Sep 24, 2020 at 01:43:56PM +0200, Peter Krempa wrote: > From: Masayoshi Mizuma > > Extract the validation of transient disk option. We support transient > disks in qemu under the following conditions: > > - -blockdev is used > - the disk source is a local file > - the disk type is 'di

Re: [PATCH v4 09/11] qemu: validate: Allow disks

2020-09-25 Thread Ján Tomko
On a Thursday in 2020, Peter Krempa wrote: From: Masayoshi Mizuma Extract the validation of transient disk option. We support transient disks in qemu under the following conditions: - -blockdev is used - the disk source is a local file - the disk type is 'disk' - the disk is not readonly Sign