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

Greg Kurz posted 4 patches 5 years, 6 months ago
Test docker-mingw@fedora passed
Test checkpatch passed
Test asan passed
Test docker-quick@centos7 passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200514090511.256550-1-groug@kaod.org
Maintainers: Christian Schoenebeck <qemu_oss@crudebyte.com>, Stefano Stabellini <sstabellini@kernel.org>, Anthony Perard <anthony.perard@citrix.com>, Greg Kurz <groug@kaod.org>, Paul Durrant <paul@xen.org>
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(-)
[PULL 0/4] 9p patches 2020-05-14
Posted by Greg Kurz 5 years, 6 months ago
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(-)
-- 
2.21.3


Re: [PULL 0/4] 9p patches 2020-05-14
Posted by Peter Maydell 5 years, 6 months ago
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