qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/7] 9p queue 2025-02-06
@ 2025-02-06 16:41 Christian Schoenebeck
  2025-02-06 16:41 ` [PULL 7/7] MAINTAINERS: Mark me as reviewer only for 9pfs Christian Schoenebeck
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Christian Schoenebeck @ 2025-02-06 16:41 UTC (permalink / raw)
  To: qemu-devel, Peter Maydell; +Cc: Greg Kurz, Stefan Hajnoczi

The following changes since commit d922088eb4ba6bc31a99f17b32cf75e59dd306cd:

  Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into staging (2025-02-03 13:42:02 -0500)

are available in the Git repository at:

  https://github.com/cschoenebeck/qemu.git tags/pull-9p-20250206

for you to fetch changes up to bfa7bf02782dbd996201c90f850ca11730041af1:

  MAINTAINERS: Mark me as reviewer only for 9pfs (2025-02-06 17:10:46 +0100)

----------------------------------------------------------------

* Greg Kurz steps back as maintainer of 9pfs.

* Make multidevs=remap default option (instead of multidevs=warn)
  and update documentation related to this option.

* Improve tracing (i.e. usefulness of log output content).

* Add test cases for accessing a directory after removal.

----------------------------------------------------------------
Christian Schoenebeck (6):
      9pfs: improve v9fs_walk() tracing
      9pfs: make multidevs=remap default
      9pfs: improve v9fs_open() tracing
      tests/9p: rename test use_after_unlink -> use_file_after_unlink
      tests/9p: add use_dir_after_unlink test
      tests/9p: extend use_dir_after_unlink test with Treaddir

Greg Kurz (1):
      MAINTAINERS: Mark me as reviewer only for 9pfs

 MAINTAINERS                  |  3 +--
 hw/9pfs/9p-local.c           |  3 +++
 hw/9pfs/9p-util-generic.c    | 50 ++++++++++++++++++++++++++++++++++++++++++++
 hw/9pfs/9p-util.h            |  6 ++++++
 hw/9pfs/9p.c                 | 45 +++++++++++++++++++++++++++++++++------
 hw/9pfs/meson.build          |  1 +
 hw/9pfs/trace-events         |  4 ++--
 qemu-options.hx              | 49 ++++++++++++++++++++++++-------------------
 tests/qtest/virtio-9p-test.c | 50 ++++++++++++++++++++++++++++++++++++++++----
 9 files changed, 175 insertions(+), 36 deletions(-)
 create mode 100644 hw/9pfs/9p-util-generic.c


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2025-02-06 19:32 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-06 16:41 [PULL 0/7] 9p queue 2025-02-06 Christian Schoenebeck
2025-02-06 16:41 ` [PULL 7/7] MAINTAINERS: Mark me as reviewer only for 9pfs Christian Schoenebeck
2025-02-06 16:41 ` [PULL 6/7] tests/9p: extend use_dir_after_unlink test with Treaddir Christian Schoenebeck
2025-02-06 16:41 ` [PULL 2/7] 9pfs: make multidevs=remap default Christian Schoenebeck
2025-02-06 16:41 ` [PULL 3/7] 9pfs: improve v9fs_open() tracing Christian Schoenebeck
2025-02-06 16:41 ` [PULL 4/7] tests/9p: rename test use_after_unlink -> use_file_after_unlink Christian Schoenebeck
2025-02-06 16:41 ` [PULL 5/7] tests/9p: add use_dir_after_unlink test Christian Schoenebeck
2025-02-06 16:41 ` [PULL 1/7] 9pfs: improve v9fs_walk() tracing Christian Schoenebeck
2025-02-06 18:49 ` [PULL 0/7] 9p queue 2025-02-06 Stefan Hajnoczi
2025-02-06 19:31   ` Christian Schoenebeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).