Qemu commands
Some useful command to help running and setup qemu… Create an empty compressed 10 Go disk image (in qcow2 format): 1 $ qemu-img create -f qcow2 /home/kevin/qemu-disk-image.qcow 10G Boot on your machine’s CD-Rom in qemu with previous disk image as primary HDD: 1 $ qemu -cdrom /dev …