[PULL 0/7] 9p queue 2022-06-16

Christian Schoenebeck posted 7 patches 1 year, 11 months ago
Failed in applying to current master (apply log)
Maintainers: Greg Kurz <groug@kaod.org>, Christian Schoenebeck <qemu_oss@crudebyte.com>, Thomas Huth <thuth@redhat.com>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
hw/9pfs/9p.c                 |  63 +++++++++-----
tests/qtest/virtio-9p-test.c | 201 ++++++++++++++++++++++++++++++++++++++++++-
2 files changed, 237 insertions(+), 27 deletions(-)
[PULL 0/7] 9p queue 2022-06-16
Posted by Christian Schoenebeck 1 year, 11 months ago
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.

----------------------------------------------------------------
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(-)
Re: [PULL 0/7] 9p queue 2022-06-16
Posted by Richard Henderson 1 year, 11 months ago
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(-)
>