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