summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/files/1832914
blob: b8d9924eccf3edc5a577e4c32bd0442bc48e1987 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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.