Re: [Qemu-devel] [V3 PATCH 5/8] virtio-9p: Create support in chroot environment

2011-01-19 Thread M. Mohan Kumar
Hi Blue Swirl, Thanks for your review comments. I will address these in my next version of patchset. M. Mohan Kumar On Tuesday 18 January 2011 10:38:21 pm Blue Swirl wrote: > On Tue, Jan 18, 2011 at 6:25 AM, M. Mohan Kumar wrote: > > Add both server & client side interfaces to create regu

Re: [Qemu-devel] [V3 PATCH 5/8] virtio-9p: Create support in chroot environment

2011-01-18 Thread Blue Swirl
On Tue, Jan 18, 2011 at 6:25 AM, M. Mohan Kumar wrote: > Add both server & client side interfaces to create regular files in > chroot environment > > Signed-off-by: M. Mohan Kumar > --- >  hw/9pfs/virtio-9p-chroot.c |   42 ++ >  hw/9pfs/virtio-9p-local.c  |

[Qemu-devel] [V3 PATCH 5/8] virtio-9p: Create support in chroot environment

2011-01-17 Thread M. Mohan Kumar
Add both server & client side interfaces to create regular files in chroot environment Signed-off-by: M. Mohan Kumar --- hw/9pfs/virtio-9p-chroot.c | 42 ++ hw/9pfs/virtio-9p-local.c | 22 -- 2 files changed, 62 insertions(+), 2 de