The following changes since commit 24602b77f5658ae8377958c15fdef2f44affc743:
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging (2024-11-28 10:50:20 +0000) are available in the Git repository at: https://github.com/cschoenebeck/qemu.git tags/pull-9p-20241128 for you to fetch changes up to eaab44ccc59b83d8dff60fca3361a9b98ec7fee6: tests/9p: also check 'Tgetattr' in 'use-after-unlink' test (2024-11-28 18:54:00 +0100) ---------------------------------------------------------------- * Fix open-unlink-fstat idiom on Linux guests. * Add test to verify this behaviour. * Cleanup patches. ---------------------------------------------------------------- Christian Schoenebeck (7): 9pfs: cleanup V9fsFidState tests/9p: add 'use-after-unlink' test tests/9p: fix Rreaddir response name tests/9p: add missing Rgetattr response name 9pfs: remove obsolete comment in v9fs_getattr() 9pfs: fix 'Tgetattr' after unlink tests/9p: also check 'Tgetattr' in 'use-after-unlink' test hw/9pfs/9p.c | 12 +++++---- hw/9pfs/9p.h | 1 - tests/qtest/libqos/virtio-9p-client.c | 3 ++- tests/qtest/virtio-9p-test.c | 46 +++++++++++++++++++++++++++++++++++ 4 files changed, 55 insertions(+), 7 deletions(-)