# qemu has to be compiled with gcc-3.x (gcc-4.x does not work)
#gentoo:
# emerge kqemu
# ( emerge "=gcc-3.4.6")
# CC=gcc-3.4.6 USE="kqemu" emerge qemu
#else
# If gcc-4.x is installed as default compiler, --cc=... has to be used.
# run ./configure --cc=gcc-3.4.6 --kernel-path=/usr/src/linux
# then run make and copy kqemu.ko to /lib/modules/2.6.20/extras
#
