mbox

[PULL,0/2] 9pfs fixes for 2.11 20171106

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

Pull-request

https://github.com/gkurz/qemu.git tags/for-upstream

Message

Greg Kurz Nov. 6, 2017, 8:05 p.m. UTC
The following changes since commit 299d1ea9bb56bd9f45f905125489bdd7d543a1aa:

  Merge remote-tracking branch 'remotes/yongbok/tags/mips-20171106' into staging (2017-11-06 16:13:10 +0000)

are available in the git repository at:

  https://github.com/gkurz/qemu.git tags/for-upstream

for you to fetch changes up to 267fcadf325e54c6e1cb27321413dbdbe2200510:

  9pfs: fix v9fs_mark_fids_unreclaim() return value (2017-11-06 18:05:35 +0100)

----------------------------------------------------------------
This fixes a bad errno returned to the guest and a trivial coding style nit.

----------------------------------------------------------------
Greg Kurz (2):
      9pfs: drop one user of struct V9fsFidState
      9pfs: fix v9fs_mark_fids_unreclaim() return value

 hw/9pfs/9p.c | 2 +-
 hw/9pfs/9p.h | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

Comments

Peter Maydell Nov. 7, 2017, 11:42 a.m. UTC | #1
On 6 November 2017 at 20:05, Greg Kurz <groug@kaod.org> wrote:
> The following changes since commit 299d1ea9bb56bd9f45f905125489bdd7d543a1aa:
>
>   Merge remote-tracking branch 'remotes/yongbok/tags/mips-20171106' into staging (2017-11-06 16:13:10 +0000)
>
> are available in the git repository at:
>
>   https://github.com/gkurz/qemu.git tags/for-upstream
>
> for you to fetch changes up to 267fcadf325e54c6e1cb27321413dbdbe2200510:
>
>   9pfs: fix v9fs_mark_fids_unreclaim() return value (2017-11-06 18:05:35 +0100)
>
> ----------------------------------------------------------------
> This fixes a bad errno returned to the guest and a trivial coding style nit.
>
> ----------------------------------------------------------------
> Greg Kurz (2):
>       9pfs: drop one user of struct V9fsFidState
>       9pfs: fix v9fs_mark_fids_unreclaim() return value
>
>  hw/9pfs/9p.c | 2 +-
>  hw/9pfs/9p.h | 8 ++++----
>  2 files changed, 5 insertions(+), 5 deletions(-)
> --

Applied, thanks.

-- PMM