diff options
Diffstat (limited to 'results/classifier/118/review/1596870')
| -rw-r--r-- | results/classifier/118/review/1596870 | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/results/classifier/118/review/1596870 b/results/classifier/118/review/1596870 new file mode 100644 index 000000000..186270ad3 --- /dev/null +++ b/results/classifier/118/review/1596870 @@ -0,0 +1,73 @@ +mistranslation: 0.902 +device: 0.873 +network: 0.609 +graphic: 0.561 +files: 0.488 +semantic: 0.425 +ppc: 0.393 +boot: 0.392 +architecture: 0.361 +register: 0.309 +vnc: 0.306 +i386: 0.281 +performance: 0.248 +debug: 0.218 +PID: 0.204 +risc-v: 0.191 +arm: 0.167 +user-level: 0.167 +x86: 0.132 +kernel: 0.125 +socket: 0.121 +TCG: 0.116 +hypervisor: 0.104 +virtual: 0.081 +assembly: 0.079 +permissions: 0.072 +VMM: 0.071 +peripherals: 0.055 +KVM: 0.018 +-------------------- +hypervisor: 0.320 +network: 0.244 +files: 0.203 +debug: 0.150 +virtual: 0.126 +user-level: 0.055 +register: 0.032 +x86: 0.020 +TCG: 0.019 +semantic: 0.018 +device: 0.008 +ppc: 0.004 +socket: 0.004 +i386: 0.002 +assembly: 0.002 +performance: 0.002 +kernel: 0.002 +PID: 0.002 +arm: 0.002 +boot: 0.001 +graphic: 0.001 +architecture: 0.001 +risc-v: 0.001 +permissions: 0.001 +KVM: 0.001 +peripherals: 0.001 +VMM: 0.001 +vnc: 0.000 +mistranslation: 0.000 + +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 + |