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

2011-05-19 Thread Sasha Levin
On Thu, 2011-05-19 at 09:02 +0400, Cyrill Gorcunov wrote: > > +} __attribute__((aligned (8))); > > + > > Hi Sasha, could you enlighten me, why do we need > __attribute__((aligned (8))) here at all? Probably packed are to be > used instead? Yup, You're right. -- Sasha. -- To unsubscribe from t

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

2011-05-18 Thread Cyrill Gorcunov
On Thu, May 19, 2011 at 3:02 AM, Sasha Levin wrote: > 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.

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

2011-05-18 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