15

Does qemu/kvm support ovf? Is it able to boot existing ovf packages? I can not find any related info both in ovf standard and qemu/kvm website. Any helpful link on this? Thanks.

FaceBro
  • 787
  • 2
  • 13
  • 29

2 Answers2

15

You are looking for virt-tools which contains virt-convert which is intended to be used to convert OVF to a format usable to QEMU. It would probably help to build from the latest source. The git repo is now https://github.com/virt-manager/virt-manager

Slava.K
  • 3,073
  • 3
  • 17
  • 28
1

virt-convert is not part of newer versions of virt-tools anymore. An alternative called virt-v2v was developed as a part of libguestfs. You might still get this tool in some older versions of libguestfs, but it was split to a separate project: https://github.com/libguestfs/virt-v2v. As of writing I haven't found virt-v2v in any package repos yet. So the straight forward way to get it is building it from source.

MaxV
  • 2,601
  • 3
  • 18
  • 25