diff options
Diffstat (limited to 'results/classifier/zero-shot/108/other/1832914')
| -rw-r--r-- | results/classifier/zero-shot/108/other/1832914 | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/108/other/1832914 b/results/classifier/zero-shot/108/other/1832914 new file mode 100644 index 00000000..5f9095a2 --- /dev/null +++ b/results/classifier/zero-shot/108/other/1832914 @@ -0,0 +1,30 @@ +device: 0.874 +semantic: 0.783 +files: 0.733 +graphic: 0.731 +PID: 0.603 +network: 0.566 +performance: 0.563 +debug: 0.545 +permissions: 0.536 +boot: 0.523 +other: 0.459 +socket: 0.420 +vnc: 0.347 +KVM: 0.267 + +Wrong error log when drive is specified qcow but qcow2 image file used. + +On archlinux qemu version 4.0.0 when I type: + +$ qemu-system-x86_64 -drive format=qcow,file=image.qcow2 ... + +I get this output in stderr + +qemu-system-x86_64 -drive format=qcow,file=image.qcow2 ...: Unsupported qcow version 3 + +image.qcow2 is a qcow2 image created by qemu-img. error states that problem is with lack support with qcow3 format but real problem is that foramt=qcow is wrong option. + +Fix has been included here: +https://git.qemu.org/?p=qemu.git;a=commitdiff;h=197bfa7da7c8eeb39aa5 + |