命令格式:
qemu-img.exe convert -O qcow2 "源文件路徑" "目標文件路徑"
示例命令:
qemu-img.exe convert -O qcow2 "D:\qemu\Centos7.vhdx" "D:\qemu\Centos7.qcow2"