>>107769049
I'm trying to clone some qcow2 VMs and then convert the qcow2 files to .img files. I know it's possible to convert qcow2 <-> .img, but I'm not sure how I'd handle this in the VM's XML file itself. Do you just edit the driver name from <driver name='qemu' type='qcow2'/>
to <driver name='qemu' type='raw' discard='unmap'/>
after converting to .img, or would I have to do something else?