vmtest hardcodes raw image format
Closed this issue · 0 comments
rvandegrift commented
I tried running vmtest with a qcow2 image, but couldn't get it too boot. I think the cause is here: https://github.com/danobi/vmtest/blob/521c1b8a6cb880539c6e15d4a12e31b211542aa1/src/qemu.rs#LL112C36-L112C36
Without that format=raw
, qemu should autodetect the format.