[PULL 0/1] 9p patches 2020-03-10

Greg Kurz posted 1 patch 5 years, 8 months ago
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test checkpatch passed
Test FreeBSD passed
Test asan passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200311162722.1846432-1-groug@kaod.org
Maintainers: Christian Schoenebeck <qemu_oss@crudebyte.com>, Greg Kurz <groug@kaod.org>
hw/9pfs/9p-proxy.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PULL 0/1] 9p patches 2020-03-10
Posted by Greg Kurz 5 years, 8 months ago
The following changes since commit 7f368aed672117980f7f09933e1eb3e1139caae6:

  Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20200309' into staging (2020-03-09 19:49:53 +0000)

are available in the Git repository at:

  https://github.com/gkurz/qemu.git tags/9p-next-2020-03-10

for you to fetch changes up to 659f1953281bcfa5ac217e42877d7d3c32eeea38:

  9p/proxy: Fix export_flags (2020-03-10 16:12:49 +0100)

----------------------------------------------------------------
Fix the proxy fsdev so that it honours "readonly" and "writeout".

----------------------------------------------------------------
Greg Kurz (1):
      9p/proxy: Fix export_flags

 hw/9pfs/9p-proxy.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
-- 
2.21.1


Re: [PULL 0/1] 9p patches 2020-03-10
Posted by Peter Maydell 5 years, 8 months ago
On Wed, 11 Mar 2020 at 16:27, Greg Kurz <groug@kaod.org> wrote:
>
> The following changes since commit 7f368aed672117980f7f09933e1eb3e1139caae6:
>
>   Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20200309' into staging (2020-03-09 19:49:53 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/gkurz/qemu.git tags/9p-next-2020-03-10
>
> for you to fetch changes up to 659f1953281bcfa5ac217e42877d7d3c32eeea38:
>
>   9p/proxy: Fix export_flags (2020-03-10 16:12:49 +0100)
>
> ----------------------------------------------------------------
> Fix the proxy fsdev so that it honours "readonly" and "writeout".
>
> ----------------------------------------------------------------



Applied, thanks.

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

-- PMM