31.05.2022 11:30, Philippe Mathieu-Daudé wrote:
Cc'ing qemu-block@
FWIW, it is https://bugs.launchpad.net/qemu/+bug/1860759 -
I found that one after asking on the qemu ML.
Thanks,
/mjt
Cc'ing qemu-block@
On 13/5/22 20:54, Michael Tokarev wrote:
Hi!
Now here's something.. interesting.
I tested -blockdev here with a real image. This way:
qemu-system-x86_64 ... -snapshot \
-blockdev qcow2,node-name=q,file.driver=file,file.filename=w.qcow2 \
-device ide-hd,drive=q
I alway
Hi!
Now here's something.. interesting.
I tested -blockdev here with a real image. This way:
qemu-system-x86_64 ... -snapshot \
-blockdev qcow2,node-name=q,file.driver=file,file.filename=w.qcow2 \
-device ide-hd,drive=q
I always use -snapshot when testing something, not to damage the image.