qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] 9pfs: clean-up for multiple transports
@ 2016-11-21 21:39 Stefano Stabellini
  2016-11-21 21:39 ` [Qemu-devel] [PATCH 1/4] 9pfs: move pdus to V9fsState Stefano Stabellini
  0 siblings, 1 reply; 15+ messages in thread
From: Stefano Stabellini @ 2016-11-21 21:39 UTC (permalink / raw)
  To: aneesh.kumar
  Cc: groug, sstabellini, qemu-devel, xen-devel, anthony.perard,
	wei.liu2

Hi all,

this small patch series provides a few fixes and clean-ups in
preparation for the introduction of a 9pfs Xen transport.


Stefano Stabellini (4):
      9pfs: move pdus to V9fsState
      9pfs: introduce transport specific callbacks
      9pfs: use v9fs_init_qiov_from_pdu instead of v9fs_pack
      9pfs: add a size parameter to init_iov_from_pdu

 hw/9pfs/9p.c               | 71 +++++++++++++++++++++++-----------------------
 hw/9pfs/9p.h               | 19 +++++++++++++
 hw/9pfs/virtio-9p-device.c | 20 +++++++++----
 hw/9pfs/virtio-9p.h        | 10 -------
 4 files changed, 69 insertions(+), 51 deletions(-)

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

end of thread, other threads:[~2016-11-28 21:22 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-21 21:39 [Qemu-devel] [PATCH 0/4] 9pfs: clean-up for multiple transports Stefano Stabellini
2016-11-21 21:39 ` [Qemu-devel] [PATCH 1/4] 9pfs: move pdus to V9fsState Stefano Stabellini
2016-11-21 21:39   ` [Qemu-devel] [PATCH 2/4] 9pfs: introduce transport specific callbacks Stefano Stabellini
2016-11-24  8:31     ` Greg Kurz
2016-11-24 14:23       ` Greg Kurz
2016-11-24 14:43         ` Greg Kurz
2016-11-28 20:12           ` [Qemu-devel] [Xen-devel] " Stefano Stabellini
2016-11-28 20:11         ` Stefano Stabellini
2016-11-21 21:39   ` [Qemu-devel] [PATCH 3/4] 9pfs: use v9fs_init_qiov_from_pdu instead of v9fs_pack Stefano Stabellini
2016-11-24 14:48     ` Greg Kurz
2016-11-28 20:35       ` Stefano Stabellini
2016-11-21 21:39   ` [Qemu-devel] [PATCH 4/4] 9pfs: add a size parameter to init_iov_from_pdu Stefano Stabellini
2016-11-24 16:17     ` Greg Kurz
2016-11-28 21:21       ` Stefano Stabellini
2016-11-24  8:30   ` [Qemu-devel] [PATCH 1/4] 9pfs: move pdus to V9fsState 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).