mbox

[PULL,0/4] 9p patches 2020-05-14

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

Pull-request

https://github.com/gkurz/qemu.git tags/9p-next-2020-05-14

Message

Greg Kurz May 14, 2020, 9:05 a.m. UTC
The following changes since commit d5c75ec500d96f1d93447f990cd5a4ef5ba27fae:

  Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2020-05-08-1' into staging (2020-05-12 17:00:10 +0100)

are available in the Git repository at:

  https://github.com/gkurz/qemu.git tags/9p-next-2020-05-14

for you to fetch changes up to 9bbb7e0fe081efff2e41f8517c256b72a284fe9b:

  xen-9pfs: Fix log messages of reply errors (2020-05-14 08:06:43 +0200)

----------------------------------------------------------------
Changes:
- Christian Schoenebeck is now co-maintainer for 9pfs
- relax checks for O_NOATIME
- minor documentation updates

----------------------------------------------------------------
Christian Schoenebeck (3):
      MAINTAINERS: Upgrade myself as 9pfs co-maintainer
      qemu-options.hx: 9p: clarify -virtfs vs. -fsdev
      xen-9pfs: Fix log messages of reply errors

Omar Sandoval (1):
      9pfs: local: ignore O_NOATIME if we don't have permissions

 MAINTAINERS              |  2 +-
 hw/9pfs/9p-util.h        | 13 +++++++++++++
 hw/9pfs/xen-9p-backend.c |  9 +++++----
 qemu-options.hx          | 14 +++++++++++---
 4 files changed, 30 insertions(+), 8 deletions(-)

Comments

Peter Maydell May 14, 2020, 10:49 a.m. UTC | #1
On Thu, 14 May 2020 at 10:05, Greg Kurz <groug@kaod.org> wrote:
>
> The following changes since commit d5c75ec500d96f1d93447f990cd5a4ef5ba27fae:
>
>   Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2020-05-08-1' into staging (2020-05-12 17:00:10 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/gkurz/qemu.git tags/9p-next-2020-05-14
>
> for you to fetch changes up to 9bbb7e0fe081efff2e41f8517c256b72a284fe9b:
>
>   xen-9pfs: Fix log messages of reply errors (2020-05-14 08:06:43 +0200)
>
> ----------------------------------------------------------------
> Changes:
> - Christian Schoenebeck is now co-maintainer for 9pfs
> - relax checks for O_NOATIME
> - minor documentation updates


Applied, thanks.

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

-- PMM