mbox

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

Message ID 20200311162722.1846432-1-groug@kaod.org (mailing list archive)
State New, archived
Headers show

Pull-request

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

Message

Greg Kurz March 11, 2020, 4:27 p.m. UTC
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(-)

Comments

Peter Maydell March 12, 2020, 3:20 p.m. UTC | #1
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