Source: qemu
Section: misc
Priority: optional
Maintainer: Debian QEMU Team <pkg-qemu-devel@lists.alioth.debian.org>
Uploaders: Guilherme de S. Pastore <gpastore@colband.com.br>, Guillem Jover <guillem@debian.org>
Build-Depends: cdbs, debhelper (>= 4.1.0), libx11-dev | xlibs-dev, libsdl1.2-dev (>> 1.2.1), texi2html, sharutils, libgpmg1-dev | not+linux-gnu
Standards-Version: 3.6.1.1

Package: qemu
Architecture: i386 powerpc
Depends: ${shlibs:Depends}, vgabios, bochsbios, sharutils
Description: fast processor emulator
 QEMU is a FAST! processor emulator: currently the package supports
 arm, powerpc, sparc and x86 emulation. By using dynamic translation
 it achieves reasonable speed while being easy to port on new host
 CPUs. QEMU has two operating modes:
 .
  * User mode emulation: QEMU can launch Linux processes compiled for
    one CPU on another CPU.
  * Full system emulation: QEMU emulates a full system, including a
    processor and various peripherials. It enables easier testing and
    debugging of system code. It can also be used to provide virtual
    hosting of several virtual PC on a single server.
 .
 As QEMU requires no host kernel patches to run, it is very safe and
 easy to use.

