qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Greg Kurz <groug@kaod.org>
To: qemu-devel@nongnu.org, Peter Maydell <peter.maydell@linaro.org>
Cc: Christian Schoenebeck <qemu_oss@crudebyte.com>,
	Greg Kurz <groug@kaod.org>
Subject: [PULL 0/5] 9p patches 2020-05-26
Date: Tue, 26 May 2020 13:49:27 +0200	[thread overview]
Message-ID: <20200526114931.391049-1-groug@kaod.org> (raw)

The following changes since commit fea8f3ed739536fca027cf56af7f5576f37ef9cd:

  Merge remote-tracking branch 'remotes/philmd-gitlab/tags/pflash-next-20200522' into staging (2020-05-22 18:54:47 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 84af75577cceb195b044e2d5ba6d940206b169ca:

  xen/9pfs: increase max ring order to 9 (2020-05-25 11:45:40 +0200)

----------------------------------------------------------------
- fix build with musl libc
- fix potential deadlock of QEMU main event loop (cannot be hit with linux
  client)
- revert 9pfs reply truncation (LP 1877688)
- xen backend waits for client to free space on the reply ring instead of
  truncating or disconnecting

----------------------------------------------------------------
Dan Robertson (1):
  9pfs: include linux/limits.h for XATTR_SIZE_MAX

Greg Kurz (1):
  9p: Lock directory streams with a CoMutex

Stefano Stabellini (3):
  Revert "9p: init_in_iov_from_pdu can truncate the size"
  xen/9pfs: yield when there isn't enough room on the ring
  xen/9pfs: increase max ring order to 9

 hw/9pfs/9p.c               | 34 ++++++++++++--------------------
 hw/9pfs/9p.h               | 10 +++++-----
 hw/9pfs/virtio-9p-device.c | 11 ++++-------
 hw/9pfs/xen-9p-backend.c   | 40 ++++++++++++++++++++++++++------------
 4 files changed, 49 insertions(+), 46 deletions(-)

-- 
2.21.3



             reply	other threads:[~2020-05-26 11:51 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-26 11:49 Greg Kurz [this message]
2020-05-26 11:49 ` [PULL 1/5] 9pfs: include linux/limits.h for XATTR_SIZE_MAX Greg Kurz
2020-05-26 11:49 ` [PULL 2/5] 9p: Lock directory streams with a CoMutex Greg Kurz
2020-05-26 11:49 ` [PULL 3/5] Revert "9p: init_in_iov_from_pdu can truncate the size" Greg Kurz
2020-05-26 11:49 ` [PULL 4/5] xen/9pfs: yield when there isn't enough room on the ring Greg Kurz
2020-05-26 11:49 ` [PULL 5/5] xen/9pfs: increase max ring order to 9 Greg Kurz
2020-05-26 19:24 ` [PULL 0/5] 9p patches 2020-05-26 Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200526114931.391049-1-groug@kaod.org \
    --to=groug@kaod.org \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu_oss@crudebyte.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).