From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IqABA-00026q-7W for qemu-devel@nongnu.org; Thu, 08 Nov 2007 11:24:28 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IqAB7-00021J-83 for qemu-devel@nongnu.org; Thu, 08 Nov 2007 11:24:26 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IqAB6-00021G-DX for qemu-devel@nongnu.org; Thu, 08 Nov 2007 11:24:24 -0500 Received: from rn-out-0910.google.com ([64.233.170.187] helo=rn-out-0102.google.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IqAB6-0002pl-3F for qemu-devel@nongnu.org; Thu, 08 Nov 2007 11:24:24 -0500 Received: by rn-out-0102.google.com with SMTP id e13so134892rng for ; Thu, 08 Nov 2007 08:24:20 -0800 (PST) Message-ID: <47333845.8060303@codemonkey.ws> Date: Thu, 08 Nov 2007 10:24:37 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] fake device to access to host fs References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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 "hostfs" for QEMU. Of course, this only solves the problem for Linux but that's all I really care about. Regards, Anthony Liguori > I am planning to implement one soon, but if it is already available... > > Thanks, > Tristan. > > > >