qemu-stable
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ANNOUNCE] QEMU 7.2.4 Stable released


From: Michael Roth
Subject: [ANNOUNCE] QEMU 7.2.4 Stable released
Date: Mon, 10 Jul 2023 14:40:51 -0500
User-agent: alot/0.9

Hi everyone,

I am pleased to announce that the QEMU v7.2.4 stable release is now
available.

You can grab the tarball from our download page here:

  https://www.qemu.org/download/#source

v7.2.4 is now tagged in the official qemu.git repository, and the
stable-7.2 branch has been updated accordingly:

  https://gitlab.com/qemu-project/qemu/-/commits/stable-7.2?ref_type=heads

This update contains general fixes for various architectures/subsystems,
including the following CVE fixes:

    9pfs (CVE-2023-2861)
    vhost-vdpa (CVE-2023-3301)

Please see the changelog for additional details and update accordingly.

Thank you to everyone involved!

CHANGELOG:

681858ea14: Update version for 7.2.4 release (Michael Tokarev)
5cc60b67d3: ui/gtk: set the area of the scanout texture correctly (Dongwon Kim)
3b1b9aa4d5: vfio/pci: Call vfio_prepare_kvm_msi_virq_batch() in MSI retry path 
(Shameer Kolothum)
c7b6b705ef: vfio/pci: Fix a segfault in vfio_realize (Zhenzhong Duan)
4d8459c365: target/ppc: Fix decrementer time underflow and infinite timer loop 
(Nicholas Piggin)
78c4994e94: vdpa: mask _F_CTRL_GUEST_OFFLOADS for vhost vdpa devices (Eugenio 
Pérez)
f8e3b3290c: icount: don't adjust virtual time backwards after warp (Nicholas 
Piggin)
44acbc7736: virtio-gpu: Make non-gl display updates work again when blob=true 
(Vivek Kasireddy)
3d12598b74: vhost-vdpa: do not cleanup the vdpa/vhost-net structures if peer 
nic is present (Ani Sinha)
bc1a3a1774: vdpa: fix not using CVQ buffer in case of error (Eugenio Pérez)
f3b7f02c3b: vhost: release memory_listener object in error path (Prasad Pandit)
b3a003c890: target/hppa: Update to SeaBIOS-hppa version 8 (Helge Deller)
7b7474947f: target/hppa: New SeaBIOS-hppa version 7 (Helge Deller)
51c48a919d: target/hppa: Provide qemu version via fw_cfg to firmware (Helge 
Deller)
6331b12d60: target/hppa: Fix OS reboot issues (Helge Deller)
601f084ef7: pc-bios/keymaps: Use the official xkb name for Arabic layout, not 
the legacy synonym (Peter Maydell)
29191ea6a5: host-utils: Avoid using __builtin_subcll on buggy versions of Apple 
Clang (Peter Maydell)
04de6cb002: hw/timer/nrf51_timer: Don't lose time when timer is queried in 
tight loop (Peter Maydell)
09dd3f2cae: hw/intc/allwinner-a10-pic: Handle IRQ levels other than 0 or 1 
(Peter Maydell)
d0040c60f7: target/arm: Return correct result for LDG when ATA=0 (Peter Maydell)
1bc596d079: target/arm: Fix return value from LDSMIN/LDSMAX 8/16 bit atomics 
(Peter Maydell)
23315ad0b8: aspeed/hace: Initialize g_autofree pointer (Cédric Le Goater)
4fc28bf08a: hw/riscv: qemu crash when NUMA nodes exceed available CPUs (Yin 
Wang)
6e979dba56: target/ppc: Fix PMU hflags calculation (Nicholas Piggin)
8e57e02ff8: target/ppc: Fix nested-hv HEAI delivery (Nicholas Piggin)
d31e0a3843: target/ppc: Fix lqarx to set cpu_reserve (Nicholas Piggin)
9b55660e4a: vnc: move assert in vnc_worker_thread_loop (Anastasia Belova)
8eb73afedc: hw/remote: Fix vfu_cfg trace offset format (Mattias Nissler)
10fad73a2b: 9pfs: prevent opening special files (CVE-2023-2861) (Christian 
Schoenebeck)
07e7102b8e: qga: Fix suspend on Linux guests without systemd (Mark Somerville)
8e84a20705: docs: fix multi-process QEMU documentation (Jagannathan Raman)
03727054dc: s390x/tcg: Fix CPU address returned by STIDP (Ilya Leoshkevich)
c06ca3aa33: tests/tcg/s390x: Test single-stepping SVC (Ilya Leoshkevich)
5502e5ca33: linux-user/s390x: Fix single-stepping SVC (Ilya Leoshkevich)
82fc148344: tests/tcg/s390x: Test LOCFHR (Ilya Leoshkevich)
cc271aa410: target/s390x: Fix LOCFHR taking the wrong half of R2 (Ilya 
Leoshkevich)
242efaca9e: tests/tcg/s390x: Test LCBB (Ilya Leoshkevich)
347714a28c: target/s390x: Fix LCBB overwriting the top 32 bits (Ilya 
Leoshkevich)
7cba3a05b5: target/arm: Explicitly select short-format FSR for M-profile (Peter 
Maydell)
f82dcd73e8: hw/arm/xlnx-zynqmp: fix unsigned error when checking the RPUs 
number (Clément Chigot)
fee86f6c5b: hw/dma/xilinx_axidma: Check DMASR.HALTED to prevent infinite loop. 
(Tommy Wu)
22048b1bff: ui/sdl2: disable SDL_HINT_GRAB_KEYBOARD on Windows (Volker Rümelin)
70237e2159: ui/sdl2: Grab Alt+F4 also under Windows (Bernhard Beschow)
6520bf66f4: ui/sdl2: Grab Alt+Tab also in fullscreen mode (Bernhard Beschow)
d4d91ae902: ui/sdl2: fix surface_gl_update_texture: Assertion 'gls' failed 
(Marc-André Lureau)
b15e44adeb: ui/gtk-egl: fix scaling for cursor position in scanout mode (Erico 
Nunes)
95c9059e66: ui/gtk: use widget size for cursor motion event (Erico Nunes)
b201fb8c5a: ui/gtk: fix passing y0_top parameter to scanout (Erico Nunes)
834fc12721: hw/ppc/prep: Fix wiring of PIC -> CPU interrupt (Bernhard Beschow)
369e2c4e2d: scripts/device-crash-test: Add a parameter to run with TCG only 
(Thomas Huth)
509c444bac: gitlab-ci: Avoid to re-run "configure" in the device-crash-test 
jobs (Thomas Huth)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]