Convert Citrix Xenserver XVA Image to KVM
qemu-img is a tool apart of the qemu-utils package that lets you convert a wide variety of disk images from one hypervisor to another. However Citrix Xenserver image format XVA is not an option for qemu-img, so lets add it! Here’s how to convert an XVA image to KVM. Extract the XVA image. A XVA file is a carefully created tarball we will need to extract. mkdir xva_uncompressed tar -xf virtual_machine.xva -C xva_uncompressed Create a raw image Use xva-img to…
