summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/108/other/1596870
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/zero-shot/108/other/1596870')
-rw-r--r--results/classifier/zero-shot/108/other/159687028
1 files changed, 28 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/108/other/1596870 b/results/classifier/zero-shot/108/other/1596870
new file mode 100644
index 000000000..0a296455e
--- /dev/null
+++ b/results/classifier/zero-shot/108/other/1596870
@@ -0,0 +1,28 @@
+device: 0.873
+network: 0.609
+graphic: 0.561
+files: 0.488
+semantic: 0.425
+boot: 0.392
+other: 0.370
+vnc: 0.306
+performance: 0.248
+debug: 0.218
+PID: 0.204
+socket: 0.121
+permissions: 0.072
+KVM: 0.018
+
+qemu-img backed over https fails on zero-length file
+
+When creating new disk with qemu-img backed by file accessed over HTTPS and the backing file has zero length, qemu-img fails with uninformative error:
+
+        qemu-img: disk.qcow2: CURL: Error opening file:
+
+The error message should either be improved, or the operation on zero-length file should be allowed. Some other backends, as e.g. raw backend for regular files, seem to allow empty files.
+
+Fix has been included here:
+http://git.qemu.org/?p=qemu.git;a=commitdiff;h=a41c457881b5463b18901a849
+
+Released with QEMU v2.8
+