[Qemu-devel] [PULL 0/2] 9pfs fixes for 2.11 20171106

Greg Kurz posted 2 patches 6 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171106200554.5894-1-groug@kaod.org
Test checkpatch passed
Test docker passed
Test ppc passed
Test s390x passed
hw/9pfs/9p.c | 2 +-
hw/9pfs/9p.h | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
[Qemu-devel] [PULL 0/2] 9pfs fixes for 2.11 20171106
Posted by Greg Kurz 6 years, 5 months ago
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(-)
-- 
2.13.6


Re: [Qemu-devel] [PULL 0/2] 9pfs fixes for 2.11 20171106
Posted by Peter Maydell 6 years, 5 months ago
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