On 6/16/22 04:00, Christian Schoenebeck wrote:
The following changes since commit 9ac873a46963098441be920ef7a2eaf244a3352d:
Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into
staging (2022-06-15 09:47:24 -0700)
are available in the Git repository at:
https://github.com/cschoenebeck/qemu.git tags/pull-9p-20220616
for you to fetch changes up to 0e43495d3b4a50fc5e22f7b71261fdd5b56fdfcb:
tests/9pfs: check fid being unaffected in fs_walk_2nd_nonexistent
(2022-06-16 12:44:52 +0200)
----------------------------------------------------------------
9pfs: fix 'Twalk' protocol violation
Actual fix is patch 5, whereas patch 4 being preparatory, all other
patches are test cases to guard this Twalk issue.
Applied, thanks. Please update https://wiki.qemu.org/ChangeLog/7.1 as
appropriate.
r~
----------------------------------------------------------------
Christian Schoenebeck (7):
tests/9pfs: walk to non-existent dir
tests/9pfs: Twalk with nwname=0
tests/9pfs: compare QIDs in fs_walk_none() test
9pfs: refactor 'name_idx' -> 'nwalked' in v9fs_walk()
9pfs: fix 'Twalk' to only send error if no component walked
tests/9pfs: guard recent 'Twalk' behaviour fix
tests/9pfs: check fid being unaffected in fs_walk_2nd_nonexistent
hw/9pfs/9p.c | 63 +++++++++-----
tests/qtest/virtio-9p-test.c | 201 ++++++++++++++++++++++++++++++++++++++++++-
2 files changed, 237 insertions(+), 27 deletions(-)