Home
last modified time | relevance | path

Searched hist:a41c4578 (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/block/
H A Dcurl.ca41c4578 Fri Jul 08 06:18:09 CDT 2016 Tomáš Golembiovský <tgolembi@redhat.com> curl: Operate on zero-length file

Another attempt to fix the bug 1596870.

When creating new disk backed by remote file accessed via HTTPS and the
backing file has zero length, qemu-img terminates with uniformative
error message:

qemu-img: disk.qcow2: CURL: Error opening file:

While it may not make much sense to operate on empty file, other block
backends (e.g. raw backend for regular files) seem to allow it. This
patch fixes it for the curl backend and improves the reported error.

Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>