[PATCH 1/2] kvm tools: Add support for 9p2000.u

2011-08-01 Thread Sasha Levin
This patch adds support for the UNIX extensions to 9p2000. Supporting thses extensions allow us to transperantly mount UNIX directories without missing features such as symlinks. Signed-off-by: Sasha Levin --- tools/kvm/include/kvm/virtio-9p.h |4 +- tools/kvm/virtio/9p-pdu.c |6

Re: [PATCH 1/2] kvm tools: Add support for 9p2000.u

2011-08-01 Thread Aneesh Kumar K.V
On Mon, 1 Aug 2011 17:08:22 +0300, Sasha Levin wrote: > This patch adds support for the UNIX extensions to 9p2000. > > Supporting thses extensions allow us to transperantly mount UNIX directories > without missing features such as symlinks. > > Signed-off-by: Sasha Levin > --- > tools/kvm/inc

Re: [PATCH 1/2] kvm tools: Add support for 9p2000.u

2011-08-01 Thread Sasha Levin
On Mon, 2011-08-01 at 20:42 +0530, Aneesh Kumar K.V wrote: > On Mon, 1 Aug 2011 17:08:22 +0300, Sasha Levin > wrote: > > This patch adds support for the UNIX extensions to 9p2000. > > > > Supporting thses extensions allow us to transperantly mount UNIX directories > > without missing features s

Re: [PATCH 1/2] kvm tools: Add support for 9p2000.u

2011-08-02 Thread Aneesh Kumar K.V
On Mon, 01 Aug 2011 18:26:23 +0300, Sasha Levin wrote: > On Mon, 2011-08-01 at 20:42 +0530, Aneesh Kumar K.V wrote: > > On Mon, 1 Aug 2011 17:08:22 +0300, Sasha Levin > > wrote: > > > This patch adds support for the UNIX extensions to 9p2000. > > > > > > Supporting thses extensions allow us to