All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/4] 9pfs: clean-up for multiple transports
@ 2016-11-28 21:24 ` Stefano Stabellini
  0 siblings, 0 replies; 20+ messages in thread
From: Stefano Stabellini @ 2016-11-28 21:24 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.

Changes in v2:
- constify virtio_9p_transport and V9fsTransport
- assert !s->transport.
- code style
- add a call to qemu_iovec_destroy
- fix commit description of patch #3
- introduce init_out/in_iov_from_pdu


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: introduce init_out/in_iov_from_pdu

 hw/9pfs/9p.c               | 76 ++++++++++++++++++++++++----------------------
 hw/9pfs/9p.h               | 22 ++++++++++++++
 hw/9pfs/virtio-9p-device.c | 46 +++++++++++++++++++---------
 hw/9pfs/virtio-9p.h        | 10 ------
 4 files changed, 94 insertions(+), 60 deletions(-)

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

end of thread, other threads:[~2016-12-03  8:57 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-28 21:24 [Qemu-devel] [PATCH v2 0/4] 9pfs: clean-up for multiple transports Stefano Stabellini
2016-11-28 21:24 ` Stefano Stabellini
2016-11-28 21:27 ` [Qemu-devel] [PATCH v2 1/4] 9pfs: move pdus to V9fsState Stefano Stabellini
2016-11-28 21:27   ` Stefano Stabellini
2016-11-28 21:27   ` [Qemu-devel] [PATCH v2 2/4] 9pfs: introduce transport specific callbacks Stefano Stabellini
2016-11-28 21:27     ` Stefano Stabellini
2016-12-02 11:03     ` [Qemu-devel] " Greg Kurz
2016-12-02 11:03       ` Greg Kurz
2016-11-28 21:27   ` [Qemu-devel] [PATCH v2 3/4] 9pfs: call v9fs_init_qiov_from_pdu before v9fs_pack Stefano Stabellini
2016-11-28 21:27     ` Stefano Stabellini
2016-12-02 11:04     ` [Qemu-devel] " Greg Kurz
2016-12-02 11:04       ` Greg Kurz
2016-11-28 21:27   ` [Qemu-devel] [PATCH v2 4/4] 9pfs: introduce init_out/in_iov_from_pdu Stefano Stabellini
2016-11-28 21:27     ` Stefano Stabellini
2016-12-02 11:05     ` [Qemu-devel] " Greg Kurz
2016-12-02 11:05       ` Greg Kurz
2016-12-02 19:02       ` [Qemu-devel] [Xen-devel] " Stefano Stabellini
2016-12-02 19:02         ` Stefano Stabellini
2016-12-03  8:57         ` [Qemu-devel] " Greg Kurz
2016-12-03  8:57           ` Greg Kurz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.