Searched hist:a41c457881b5463b18901a849b4289459ab1d231 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/block/ |
H A D | curl.c | diff a41c457881b5463b18901a849b4289459ab1d231 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>
|