# Watch: https://www.qemu.org/download/
           SPELL=qemu
         VERSION=10.1.3
          SOURCE=$SPELL-$VERSION.tar.xz
         SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-${VERSION%-*}"
   SOURCE_URL[0]=http://wiki.qemu.org/download/$SOURCE
  SOURCE2_URL[0]=$SOURCE_URL.sig
  SOURCE2_IGNORE=signature
      SOURCE_GPG="qemu.gpg:${SOURCE2}:UPSTREAM_KEY"
    DISTCC_HOSTS=
      LICENSE[0]=GPL
      LICENSE[1]=LGPL
        WEB_SITE=http://qemu.org/
        KEYWORDS="emulator utils"
         ENTERED=20051102
  SECURITY_PATCH=2
           TMPFS=OFF
           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
