The following changes since commit 300438ffbb8d9430cac2fcc15cba6f482b2c0587:
Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging (2026-07-24 09:13:49 -0400) are available in the Git repository at: https://github.com/cschoenebeck/qemu.git tags/pull-9p-20260725 for you to fetch changes up to 1de8aea061b9d5bc7aaed182e2eebe9554debd68: hw/9pfs/xen: drain in-flight PDUs before xen-9p disconnect (2026-07-25 12:35:25 +0200) ---------------------------------------------------------------- 9pfs changes: - Fix O_TRUNC bypass on read-only export (CVE-2026-63318). - Fix guest-triggered Treaddir/ACPI eject UAF (#3937). - Tests: fix "slow" type test errors on certain host systems. - Tests: fix CID 1660926. ---------------------------------------------------------------- Christian Schoenebeck (4): tests/9p: prevent potential error in do_local_xattr_limit() tests/9p: reduce xattr size to 1k hw/9pfs: fix O_TRUNC bypass on read-only export hw/9pfs/xen: drain in-flight PDUs before xen-9p disconnect Jia Jia (1): hw/9pfs/virtio: drain in-flight PDUs before virtio-9p unrealize hw/9pfs/9p.c | 5 +++-- hw/9pfs/virtio-9p-device.c | 1 + hw/9pfs/xen-9p-backend.c | 17 +++++++++++++++-- tests/qtest/virtio-9p-test.c | 16 +++++++++++----- 4 files changed, 30 insertions(+), 9 deletions(-)
