You need to install qemu on your system, and download the initrd-img-2.6..., vmlinuz-2.6... and README files from LoneTech, as well. The exact instructions on how to run qemu are in the README file. Once you get qemu running and log in, you can 'scp' the file to your host system:
Code:
scp /usr/bin/wget 10.0.2.2:/tmp/
assuming that you have a sshd daemon running on the host.
'qemu-img' can be used to convert the qcow2 disk image to another format, but I personally haven't tried that route.