Re: [Qemu-devel] [PATCH] virtio-9p/xen-9p: move 9p specific bits to core 9p code

2017-04-27 Thread Stefano Stabellini
On Thu, 27 Apr 2017, Greg Kurz wrote: > These bits aren't related to the transport so let's move them to the core > code. > > Signed-off-by: Greg Kurz Reviewed-by: Stefano Stabellini > --- > hw/9pfs/9p.c |8 +++- > hw/9pfs/9p.h |2 +- > hw/9pfs/virtio-

[Qemu-devel] [PATCH] virtio-9p/xen-9p: move 9p specific bits to core 9p code

2017-04-27 Thread Greg Kurz
These bits aren't related to the transport so let's move them to the core code. Signed-off-by: Greg Kurz --- hw/9pfs/9p.c |8 +++- hw/9pfs/9p.h |2 +- hw/9pfs/virtio-9p-device.c |8 +--- hw/9pfs/xen-9p-backend.c |6 +- 4 files changed, 10