From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C3LQI-0001lk-4S for qemu-devel@nongnu.org; Fri, 03 Sep 2004 17:16:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C3LQF-0001l5-Kj for qemu-devel@nongnu.org; Fri, 03 Sep 2004 17:16:41 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C3LQF-0001kz-HL for qemu-devel@nongnu.org; Fri, 03 Sep 2004 17:16:39 -0400 Received: from [129.104.30.34] (helo=a.mx.polytechnique.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C3LKr-0003W6-Vp for qemu-devel@nongnu.org; Fri, 03 Sep 2004 17:11:06 -0400 Received: from localhost (localhost [127.0.0.1]) by djali.m4x.org (Postfix) with ESMTP id 39F94331D3 for ; Fri, 3 Sep 2004 23:11:05 +0200 (CEST) Received: from djali.m4x.org ([127.0.0.1]) by localhost (djali [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 13301-07 for ; Fri, 3 Sep 2004 23:11:05 +0200 (CEST) Received: from bellard.org (nas-cbv-6-213-228-26-187.dial.proxad.net [213.228.26.187]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by ssl.polytechnique.org (Postfix) with ESMTP id 350C8331D0 for ; Fri, 3 Sep 2004 23:11:04 +0200 (CEST) Message-ID: <4138DE07.1040107@bellard.org> Date: Fri, 03 Sep 2004 23:11:35 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] Feature request: integrated smb server? References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; 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 David E.Still wrote: > I'm sure that this feature request may be more difficult than it sounds, > but what would it take to integrate a small smb server into qemu's > networking code? Something that would give read and write access to the > guest OS to a single folder on the host (given proper permissions, of > course). The command-line could look something like this: > > qemu -smb ~/Documents/qemu-share drive.img > > [...] I am working on a very simple solution to support that... Fabrice.