2017-11-16 11:01 GMT+01:00 Richard W.M. Jones <rjones(a)redhat.com>:
As mentioned before you can use this to do a qemu-img convert using
captive nbdkit:
$ nbdkit -U - \
perl script=./xva-reader.pl file=./debian8cloud.xva size=4294967296 \
--run 'qemu-img convert -f raw $nbd -O qcow2 /var/tmp/output.qcow2 -p'
What if XVA is hosting 2 or more partitions ? Which partition are you
converting with this command ?