Generally you can, but you need to convert the image to "raw" (sparse)
format first.
Take a look at qemu-img-xen command. If it doesn't support your favorite
format, you can install full qemu-img version (qemu-img package).
The usage would be: qemu-img convert -f SRC_FORMAT -O raw input.vhd
output.img
Then you can create the VM using just prepared image:
qvm-create --hvm --root-move-from=output.img -l LABEL VMNAME
--
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?