Re: [Qemu-devel] [PATCH -V4 3/7] virtio-9p: modify create/open2 and mkdir for new security model.

2010-06-03 Thread Venkateswararao Jujjuri (JV)
Aneesh Kumar K.V wrote: > On Wed, May 26, 2010 at 04:21:42PM -0700, Venkateswararao Jujjuri (JV) wrote: >> Add required infrastructure and modify create/open2 and mkdir per the new >> security model. >> >> Signed-off-by: Venkateswararao Jujjuri >> --- >> hw/file-op-9p.h | 23 +++- >> h

Re: [Qemu-devel] [PATCH -V4 3/7] virtio-9p: modify create/open2 and mkdir for new security model.

2010-06-01 Thread Aneesh Kumar K.V
On Wed, May 26, 2010 at 04:21:42PM -0700, Venkateswararao Jujjuri (JV) wrote: > Add required infrastructure and modify create/open2 and mkdir per the new > security model. > > Signed-off-by: Venkateswararao Jujjuri > --- > hw/file-op-9p.h | 23 +++- > hw/virtio-9p-local.c | 149 > ++

[Qemu-devel] [PATCH -V4 3/7] virtio-9p: modify create/open2 and mkdir for new security model.

2010-05-26 Thread Venkateswararao Jujjuri (JV)
Add required infrastructure and modify create/open2 and mkdir per the new security model. Signed-off-by: Venkateswararao Jujjuri --- hw/file-op-9p.h | 23 +++- hw/virtio-9p-local.c | 149 -- hw/virtio-9p.c | 42 ++ 3