diff options
Diffstat (limited to 'results/classifier/118/none/1253465')
| -rw-r--r-- | results/classifier/118/none/1253465 | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/results/classifier/118/none/1253465 b/results/classifier/118/none/1253465 new file mode 100644 index 000000000..8d8b9acc9 --- /dev/null +++ b/results/classifier/118/none/1253465 @@ -0,0 +1,91 @@ +virtual: 0.785 +performance: 0.748 +semantic: 0.736 +PID: 0.733 +mistranslation: 0.715 +device: 0.691 +files: 0.689 +user-level: 0.667 +architecture: 0.662 +hypervisor: 0.619 +permissions: 0.609 +register: 0.579 +network: 0.578 +ppc: 0.559 +socket: 0.536 +kernel: 0.512 +VMM: 0.505 +assembly: 0.502 +graphic: 0.479 +boot: 0.475 +risc-v: 0.470 +x86: 0.467 +KVM: 0.459 +i386: 0.457 +peripherals: 0.434 +TCG: 0.424 +debug: 0.411 +arm: 0.386 +vnc: 0.383 + +qemu-img: 'image' uses a vmdk feature which is not supported by this qemu version: VMDK version 3 + +qemu-img convert in.vmdk -O RAW out.img + +Fails with: +qemu-img: 'image' uses a vmdk feature which is not supported by this qemu version: VMDK version 3 + +qemu-img version 1.6.1 + +On Wed, Nov 20, 2013 at 11:00:14PM -0000, adrelanos wrote: +> qemu-img convert in.vmdk -O RAW out.img +> +> Fails with: +> qemu-img: 'image' uses a vmdk feature which is not supported by this qemu version: VMDK version 3 +> +> qemu-img version 1.6.1 + +This is a known issue. VMware has not released the file format +specification for VMDK version 3. At this point the information needed +to implement version 3 support is not publicly available. + +If you are aware of open source software which already supports version +3, please let us know! + +Fam: Do you have instructions for exporting version 2 images from +VMware? + +Stefan + + +> If you are aware of open source software which already supports version 3, please let us know! + +VirtualBox can. + +- VirtualBox uses VMDK version 3 disks. +- When you export a VM with VirtualBox (creating an .ova), it will include VMDK version 3 disks. +- VirtualBox can convert from vmkd to vdi. ('VBoxManage clonehd --format VDI "vmdk_file" "vdi_file"') + +Does that help? + + +On Sat, 01/07 21:36, Patrick Schleizer wrote: +> > If you are aware of open source software which already supports +> version 3, please let us know! +> +> VirtualBox can. +> +> - VirtualBox uses VMDK version 3 disks. +> - When you export a VM with VirtualBox (creating an .ova), it will include VMDK version 3 disks. +> - VirtualBox can convert from vmkd to vdi. ('VBoxManage clonehd --format VDI "vmdk_file" "vdi_file"') +> +> Does that help? + +Can you try again with QEMU 2.8? Recent versions of QEMU should be able to +handle version 3 VMDK disks. + +Fam + + +[Expired for QEMU because there has been no activity for 60 days.] + |