Re: [Qemu-devel] [PATCH] 9pfs: drop v9fs_register_transport()

2018-01-10 Thread Stefano Stabellini
On Mon, 8 Jan 2018, Greg Kurz wrote: > Stefano, can you ack/nack this one ? > > On Wed, 20 Dec 2017 20:42:54 +0100 > Greg Kurz wrote: > > > No good reasons to do this outside of v9fs_device_realize_common(). > > > > Signed-off-by: Greg Kurz Reviewed-by: Stefano Stabellini > > --- > > hw/9

Re: [Qemu-devel] [PATCH] 9pfs: drop v9fs_register_transport()

2018-01-08 Thread Greg Kurz
Stefano, can you ack/nack this one ? On Wed, 20 Dec 2017 20:42:54 +0100 Greg Kurz wrote: > No good reasons to do this outside of v9fs_device_realize_common(). > > Signed-off-by: Greg Kurz > --- > hw/9pfs/9p.c |6 +- > hw/9pfs/9p.h | 10 ++ > hw/9p

[Qemu-devel] [PATCH] 9pfs: drop v9fs_register_transport()

2017-12-20 Thread Greg Kurz
No good reasons to do this outside of v9fs_device_realize_common(). Signed-off-by: Greg Kurz --- hw/9pfs/9p.c |6 +- hw/9pfs/9p.h | 10 ++ hw/9pfs/virtio-9p-device.c |8 ++-- hw/9pfs/xen-9p-backend.c |3 +-- 4 files changed, 10 insertio