           SPELL=qemu
         VERSION=0.8.0
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://fabrice.bellard.free.fr/qemu/$SOURCE
     SOURCE_HASH=sha512:808cbc5c7e80acede06aab7dedc5acd0b13f05ca315e32a3075099cad84d0c34ee218c8e172462f6e612be038cf06cd54f3cdc50a72816a5cf6a8b0f6affc3a7
        WEB_SITE=http://fabrice.bellard.free.fr/qemu
         ENTERED=20051102
         UPDATED=20051102
       BUILD_API=2
      LICENSE[0]=GPL/LGPL
    DISTCC_HOSTS=
           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. 
EOF
