mbox

[PULL,0/5] 9p next patches

Message ID 20210125114443.933857-1-groug@kaod.org
State New
Headers show

Pull-request

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

Message

Greg Kurz Jan. 25, 2021, 11:44 a.m. UTC
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(-)

Comments

Peter Maydell Jan. 25, 2021, 3:56 p.m. UTC | #1
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