Re: [Qemu-devel] [V3 PATCH 6/8] virtio-9p: Support for creating special files

2011-01-18 Thread Blue Swirl
On Tue, Jan 18, 2011 at 6:26 AM, M. Mohan Kumar wrote: > Add both server and client side interfaces to create special files > (directory, device nodes, links and symbolic links) > > Signed-off-by: M. Mohan Kumar > --- >  hw/9pfs/virtio-9p-chroot.c |   84 ++- >  hw/9pfs/vir

[Qemu-devel] [V3 PATCH 6/8] virtio-9p: Support for creating special files

2011-01-17 Thread M. Mohan Kumar
Add both server and client side interfaces to create special files (directory, device nodes, links and symbolic links) Signed-off-by: M. Mohan Kumar --- hw/9pfs/virtio-9p-chroot.c | 84 ++- hw/9pfs/virtio-9p-chroot.h |2 + hw/9pfs/virtio-9p-local.c | 141 +