Package qemu: Information

Binary package: qemu
Version: 5.2.0-alt6
Architecture: i586
Build time:  Jun 10, 2021, 12:21 AM in the task #273330
Source package: qemu
Category: Emulators
Report package bug
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: Alexey Shabalin


Last changed


May 4, 2021 Alexey Shabalin 5.2.0-alt6
- backport to p9 (ALT #39996)
- Fixed execute fsfreeze hook (ALT #37000)
April 12, 2021 Ivan A. Melnikov 5.2.0-alt5
- Move qemu-user-static text segment to 0x60000000 (ALT #39178)
- Drop qemu-aux dependency from qemu-user-static (ALT #39815)
- Drop qemu-mipsn32*.conf from binfmt config packages (ALT #39619)
Feb. 1, 2021 Andrew A. Vasilyev 5.2.0-alt4
- Add the Kunpeng-920 CPU model.