           SPELL=qemu
         VERSION=0.10.6
          SOURCE=$SPELL-$VERSION.tar.gz
         SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=http://savannah.inetbridge.net/$SPELL/$SOURCE
  SOURCE2_URL[0]=$SOURCE_URL.sig
   SOURCE_URL[1]=http://download.savannah.gnu.org/releases/$SPELL/$SOURCE
  SOURCE2_URL[1]=${SOURCE_URL[1]}.sig
      SOURCE_GPG=qemu.gpg:$SOURCE2:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
    DISTCC_HOSTS=
      LICENSE[0]=GPL
      LICENSE[1]=LGPL
        WEB_SITE=http://www.nongnu.org/qemu/
        KEYWORDS="emulator utils"
         ENTERED=20051102
           SHORT="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
