Other Debian GNU/Linux tips|Non-Sumou
Under Debian kqemu does not get installed from the repositories. To install it:
- Download qemu SVN source.
- Compile it and install it.
- aptitude install linux-headers-2.6.26-1-all
- Download latest kqemu source.
- Compile it and install it.
- mknod /dev/kqemu c 250 0
- chmod 666 /dev/kqemu
- insmod /lib/modules/2.6.21-1-amd64/misc/kqemu.ko
Now, you can start qemu with the -kernel-kqemu option and kqemu will run, accelerating qemu significantly.