On 25.02.20 11:05, Peter Maydell wrote:
> On Thu, 20 Feb 2020 at 16:11, Max Reitz wrote:
>>
>> If a protocol driver does not support image creation, we can see whether
>> maybe the file exists already. If so, just truncating it will be
>> sufficient.
>>
>> Signed-off-by: Max Reitz
>> Message-Id:
On Thu, 20 Feb 2020 at 16:11, Max Reitz wrote:
>
> If a protocol driver does not support image creation, we can see whether
> maybe the file exists already. If so, just truncating it will be
> sufficient.
>
> Signed-off-by: Max Reitz
> Message-Id: <20200122164532.178040-3-mre...@redhat.com>
> Si
If a protocol driver does not support image creation, we can see whether
maybe the file exists already. If so, just truncating it will be
sufficient.
Signed-off-by: Max Reitz
Message-Id: <20200122164532.178040-3-mre...@redhat.com>
Signed-off-by: Max Reitz
---
block.c | 159