Package qemu: Information

Binary package: qemu
Version: 8.0.4-alt1.p10
Architecture: ppc64le
Build time:  Sep 19, 2023, 07:41 PM in the task #328289
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


Aug. 30, 2023 Alexey Shabalin 8.0.4-alt1.p10
- 8.0.4 (Fixes: CVE-2023-3301, CVE-2023-2861, CVE-2023-0330, CVE-2023-3255, CVE-2023-3354, CVE-2023-3180).
- Backport fix oob memory read in fdp events log (Fixes: CVE-2023-4135).
- Disabled support glusterfs for 32-bit arches and riscv64.
- Add BR: /dev/kvm for tests.
- Build with vitastor support.
May 10, 2023 Alexey Shabalin 8.0.0-alt1.p10
- Backport to p10.
- Disable build dbus ui and audio.
- Build without vitastor support.
April 28, 2023 Alexey Shabalin 8.0.0-alt2
- Build with libpmem support.
- Build with libblkio support.