           SPELL=kqemu
         VERSION=1.3.0pre11
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/kqemu-$VERSION
   SOURCE_URL[0]=http://fabrice.bellard.free.fr/qemu/$SOURCE
    DISTCC_HOSTS=
      SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
      LICENSE[0]=GPL2
        WEB_SITE=http://fabrice.bellard.free.fr/qemu
         ENTERED=20060126
           SHORT="QEMU is a generic and open source processor emulator"
cat << EOF
QEMU achieves a good emulation speed by using dynamic translation.
QEMU has two operating modes:

    * Full system emulation. In this mode, QEMU emulates a full system 
    (for example a PC), including a processor and various peripherials. 
    It can be used to launch different Operating Systems without 
    rebooting the PC or to debug system code.
    * User mode emulation (Linux host only). In this mode, QEMU can 
    launch Linux processes compiled for one CPU on another CPU. 

KQEMU is the kernel accelerator module for qemu. Substantially improves 
performance.

Emulator     : Typical Slowdown Ratio
QEMU         : between 5 and 10
QEMU + Accel : between 1 and 2
EOF
