[Qemu-devel] [PATCH v3 0/2] 9pfs: Correctly handle cancelled requests

Greg Kurz posted 2 patches 6 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/151359366858.6820.6567549632253797169.stgit@bahia.lan
Test checkpatch passed
Test docker passed
Test ppc passed
Test s390x passed
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(-)
[Qemu-devel] [PATCH v3 0/2] 9pfs: Correctly handle cancelled requests
Posted by Greg Kurz 6 years, 4 months ago
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(-)