[PULL 0/5] 9p next patches

Greg Kurz posted 5 patches 3 years, 3 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210125114443.933857-1-groug@kaod.org
Maintainers: Christian Schoenebeck <qemu_oss@crudebyte.com>, Greg Kurz <groug@kaod.org>
hw/9pfs/9p-proxy.c |   3 +-
hw/9pfs/9p.c       | 102 +++++++++++++++++++++++++--------------------
hw/9pfs/9p.h       |   8 ++--
3 files changed, 63 insertions(+), 50 deletions(-)
[PULL 0/5] 9p next patches
Posted by Greg Kurz 3 years, 3 months ago
The following changes since commit fef80ea073c4862bc9eaddb6ddb0ed970b8ad7c4:

  Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-01-20' into staging (2021-01-21 10:44:28 +0000)

are available in the Git repository at:

  https://gitlab.com/gkurz/qemu.git tags/9p-next-pull-request

for you to fetch changes up to 81f9766b7a16ccfcfd19e0b4525a5eeba862c851:

  9pfs: Convert reclaim list to QSLIST (2021-01-22 18:26:40 +0100)

----------------------------------------------------------------
This fixes a Coverity report and improves the fid reclaim logic.

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

Greg Kurz (5):
  9pfs/proxy: Check return value of proxy_marshal()
  9pfs: Convert V9fsFidState::clunked to bool
  9pfs: Convert V9fsFidState::fid_list to QSIMPLEQ
  9pfs: Improve unreclaim loop
  9pfs: Convert reclaim list to QSLIST

 hw/9pfs/9p-proxy.c |   3 +-
 hw/9pfs/9p.c       | 102 +++++++++++++++++++++++++--------------------
 hw/9pfs/9p.h       |   8 ++--
 3 files changed, 63 insertions(+), 50 deletions(-)

-- 
2.26.2



Re: [PULL 0/5] 9p next patches
Posted by Peter Maydell 3 years, 3 months ago
On Mon, 25 Jan 2021 at 11:44, Greg Kurz <groug@kaod.org> wrote:
>
> The following changes since commit fef80ea073c4862bc9eaddb6ddb0ed970b8ad7c4:
>
>   Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-01-20' into staging (2021-01-21 10:44:28 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/gkurz/qemu.git tags/9p-next-pull-request
>
> for you to fetch changes up to 81f9766b7a16ccfcfd19e0b4525a5eeba862c851:
>
>   9pfs: Convert reclaim list to QSLIST (2021-01-22 18:26:40 +0100)
>
> ----------------------------------------------------------------
> This fixes a Coverity report and improves the fid reclaim logic.
>
> ----------------------------------------------------------------


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/6.0
for any user-visible changes.

-- PMM