qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/2] 9pfs: Correctly handle cancelled requests
@ 2017-12-18 10:41 Greg Kurz
  2017-12-18 10:41 ` [Qemu-devel] [PATCH v3 1/2] 9pfs: allow PDU to complete without sending a reply Greg Kurz
  2017-12-18 10:41 ` [Qemu-devel] [PATCH v3 2/2] 9pfs: Correctly handle cancelled requests Greg Kurz
  0 siblings, 2 replies; 6+ messages in thread
From: Greg Kurz @ 2017-12-18 10:41 UTC (permalink / raw)
  To: qemu-devel; +Cc: Greg Kurz, Stefano Stabellini, keno

Hi,

As discussed during the v2 review [*], this series changes the transport
API so that it is now possible to discard a reply to the guest, and adapts
Keno's patch accordingly.

[*] https://patchwork.kernel.org/patch/10091517/

--
Greg

---

Greg Kurz (1):
      9pfs: allow PDU to complete without sending a reply

Keno Fischer (1):
      9pfs: Correctly handle cancelled requests


 hw/9pfs/9p.c               |   27 ++++++++++++++++++++++-----
 hw/9pfs/9p.h               |    2 +-
 hw/9pfs/trace-events       |    1 +
 hw/9pfs/virtio-9p-device.c |   11 +++++++----
 hw/9pfs/xen-9p-backend.c   |   14 ++++++++------
 5 files changed, 39 insertions(+), 16 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-01-11  0:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-18 10:41 [Qemu-devel] [PATCH v3 0/2] 9pfs: Correctly handle cancelled requests Greg Kurz
2017-12-18 10:41 ` [Qemu-devel] [PATCH v3 1/2] 9pfs: allow PDU to complete without sending a reply Greg Kurz
2017-12-20 12:59   ` Greg Kurz
2018-01-08  9:07     ` Greg Kurz
2018-01-11  0:25   ` Stefano Stabellini
2017-12-18 10:41 ` [Qemu-devel] [PATCH v3 2/2] 9pfs: Correctly handle cancelled requests Greg Kurz

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).