Package qemu: Information

Binary package: qemu
Version: 2.11.0-alt0.M80P.1
Architecture: x86_64
Build time:  Jan 10, 2018, 11:58 AM in the task #197530
Source package: qemu
Category: Emulators
Report package bug
License: GPL/LGPL/BSD
Summary: QEMU CPU Emulator
Description: 
QEMU is a fast processor emulator using dynamic translation to achieve
good emulation speed.  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.  In this mode, QEMU can launch Linux processes
  compiled for one CPU on another CPU.  It can be used to launch the
  Wine Windows API emulator or to ease cross-compilation and
  cross-debugging.

As QEMU requires no host kernel patches to run, it is very safe and easy
to use.

Maintainer: Valery Inozemtsev


Last changed


Dec. 27, 2017 Valery Inozemtsev 2.11.0-alt0.M80P.1
- backport to p8 branch
Dec. 20, 2017 Alexey Shabalin 2.11.0-alt1
- 2.11.0
Nov. 2, 2017 Gleb Fotengauer-Malinovskiy 2.10.1-alt3
- Enabled support of *attr syscalls in qemu-user static binaries.