Hi, qemu-img convert produces an incorrect error message if an unknown file format is requested for the output image. "qemu-img convert -f raw in.img -O snafu out.img" produces: qemu-img: Unknown file format 'raw' The attached patch fixes this. -- Stuart Brady