[Qemu-devel] [Bug 1828508] Re: qemu-img created VMDK files lead to "Unsupported or invalid disk type 7"

2019-05-15 Thread Jake Mikelson
Hi, I'm running 5.5. I've been playing around with some of the options, and if I run the below, I end up with 2 files. qemu-img.exe convert "c:\test\AppD-VM01.vhd" -O vmdk -o adapter_type=lsilogic,subformat=monolithicFlat -p "c:\test\AppD- VM01.vmdk" The files I get are: AppD-VM01.vmdk (which is

[Qemu-devel] [Bug 1828508] [NEW] qemu-img created VMDK files lead to "Unsupported or invalid disk type 7"

2019-05-09 Thread Jake Mikelson
Public bug reported: Using qemu-img version 3.1.50 (v3.1.0-13607-geb2db0f7ba-dirty) on a Windows 10 machine. Converting a VHD to VMDK. qemu-img.exe convert "c:\test\AppD-VM01.vhd" -O vmdk -o adapter_type=buslogic -p "c:\test\AppD-VM01.vmdk" I have also tried: qemu-img.exe convert "c:\test\AppD-