Convert .xva to .qcow2 (or raw)

Turning a Citrix XenServer .xva export into a raw image with xenmigrate.py, then into qcow2 with qemu-img.

Run Citrix NetScaler VPX from KVM

Running Citrix NetScaler VPX on KVM by converting the Hyper-V disk, plus the missing default route and the virtio interface catch.

How to increase VM disk size without re-deploy the machine

Growing a Linux VM disk in place with a new partition, pvcreate, vgextend, lvextend and resize2fs, with no redeploy.