Package qemu: Information

    Binary package: qemu
    Version: 8.2.2-alt0.p10.1
    Architecture: aarch64
    Build time:  Apr 23, 2024, 02:47 AM in the task #345290
    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


    April 19, 2024 Alexey Shabalin 8.2.2-alt0.p10.1
    - Revert "linux-user: Adjust brk for load_bias" (see QEMU#1913).
    April 8, 2024 Alexey Shabalin 8.2.2-alt0.p10
    - 8.2.2.
    - Fixes: CVE-2023-42467, CVE-2023-1544, CVE-2023-3255, CVE-2023-3019,
             CVE-2021-3527, CVE-2023-6693, CVE-2023-0330, CVE-2023-6683.
    - backkport patches (Fixes:  CVE-2024-26327, CVE-2024-26328).
    - LoongArch KVM support from https://github.com/loongson/qemu.git,
      branch kvm-loongarch, commit 432f4cf89493f2a1ac144018224e7d1b4fbc31a4.
    - qemu-user: fixed running 32-bit x86 binaries on hosts with a page
      size > 4KB (such as LoongArch, ppc64*)
    - spec:
      + LoongArch: work around old glibc-kernheaders (thanks iv@)
      + LoongArch: pmem is not supported [yet]
    - update vitastor block driver to vitastor-v1.3.1.
    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.