Re: [Qemu-devel] [PATCH -V3 2/7] virtio-9p: Rearrange fileop structures

2010-05-26 Thread Venkateswararao Jujjuri (JV)
Sripathi Kodi wrote: > On Fri, 21 May 2010 14:26:05 -0700 > "Venkateswararao Jujjuri (JV)" wrote: > > Hi JV, > > While I agree that this patch is nice to have, why is this part of the > security model patchset? Is it required to implement the models? Initially I had a grand plan of making this

Re: [Qemu-devel] [PATCH -V3 2/7] virtio-9p: Rearrange fileop structures

2010-05-25 Thread Sripathi Kodi
On Fri, 21 May 2010 14:26:05 -0700 "Venkateswararao Jujjuri (JV)" wrote: Hi JV, While I agree that this patch is nice to have, why is this part of the security model patchset? Is it required to implement the models? Thanks, Sripathi. > Signed-off-by: Venkateswararao Jujjuri > --- > hw/virtio

[Qemu-devel] [PATCH -V3 2/7] virtio-9p: Rearrange fileop structures

2010-05-21 Thread Venkateswararao Jujjuri (JV)
Signed-off-by: Venkateswararao Jujjuri --- hw/virtio-9p.c | 185 ++-- hw/virtio-9p.h | 92 2 files changed, 138 insertions(+), 139 deletions(-) diff --git a/hw/virtio-9p.c b/hw/virtio-9p.c index 8ecd39c..fda3c4a