Re: [PATCH 2/2 V3] kvm tools: Add virtio-9p

2011-05-20 Thread Sasha Levin
On Fri, 2011-05-20 at 16:30 +0300, Pekka Enberg wrote: > On Fri, 20 May 2011, Sasha Levin wrote: > > This is the implementation of (most of) the original > > 9p2000 protocol, without the .u or the .l extensions. > > > > How to use: > > 1. Make sure kernel is compiled with: > >CONFIG_NET_9P=y >

Re: [PATCH 2/2 V3] kvm tools: Add virtio-9p

2011-05-20 Thread Pekka Enberg
On Fri, 20 May 2011, Sasha Levin wrote: This is the implementation of (most of) the original 9p2000 protocol, without the .u or the .l extensions. How to use: 1. Make sure kernel is compiled with: CONFIG_NET_9P=y CONFIG_NET_9P_VIRTIO=y CONFIG_NET_9P_DEBUG=y (At least until code is stabl

[PATCH 2/2 V3] kvm tools: Add virtio-9p

2011-05-20 Thread Sasha Levin
Overview: 9p allows for simple RPC based resource sharing over different transports (in our case, virtio). This is the implementation of (most of) the original 9p2000 protocol, without the .u or the .l extensions. How to use: 1. Make sure kernel is compiled with: CONFIG_NET_9P=y CONFIG_NE