Re: [Qemu-devel] fake device to access to host fs

2007-11-08 Thread Tristan Gingold
On Nov 8, 2007, at 5:35 PM, Eduardo Felipe wrote: Have a look to the vvfat block device. Thanks, I was not aware of it. I think it will fill my requirements.

Re: [Qemu-devel] fake device to access to host fs

2007-11-08 Thread Eduardo Felipe
2007/11/8, Tristan Gingold <[EMAIL PROTECTED]>: > > Hi, > > has anyone already implemented a fake device to access to the host FS ? > > I am planning to implement one soon, but if it is already available... > > Thanks, > Tristan. Hi, Have a look to the vvfat block device. Regards, Edu

Re: [Qemu-devel] fake device to access to host fs

2007-11-08 Thread Anthony Liguori
Tristan Gingold wrote: Hi, has anyone already implemented a fake device to access to the host FS ? 9p in Linux has a virtio transport. I've just published a PCI virtio layer and have an initial implementation for QEMU. My plan is to combine 9p, virtio, and a 9p server in QEMU to allow a "h

[Qemu-devel] fake device to access to host fs

2007-11-08 Thread Tristan Gingold
Hi, has anyone already implemented a fake device to access to the host FS ? I am planning to implement one soon, but if it is already available... Thanks, Tristan.