From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BDv03-0000ve-N7 for qemu-devel@nongnu.org; Wed, 14 Apr 2004 20:45:03 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BDuy7-00086d-P7 for qemu-devel@nongnu.org; Wed, 14 Apr 2004 20:43:35 -0400 Received: from [202.81.18.187] (helo=ausmtp02.au.ibm.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.30) id 1BDuxI-0007MS-3l for qemu-devel@nongnu.org; Wed, 14 Apr 2004 20:42:12 -0400 Received: from sd0208e0.au.ibm.com (d23rh904.au.ibm.com [202.81.18.202]) by ausmtp02.au.ibm.com (8.12.10/8.12.10) with ESMTP id i3F0fvx2029748 for ; Thu, 15 Apr 2004 10:41:57 +1000 Received: from ozlabs.au.ibm.com (ozlabs.au.ibm.com [9.190.163.12]) by sd0208e0.au.ibm.com (8.12.10/NCO/VER6.6) with ESMTP id i3F0gVSZ024362 for ; Thu, 15 Apr 2004 10:42:32 +1000 Received: from bach.ozlabs.ibm.com (bach.ozlabs.ibm.com [10.61.2.150]) by ozlabs.au.ibm.com (Postfix) with ESMTP id 2905E17DD8 for ; Thu, 15 Apr 2004 10:42:00 +1000 (EST) Subject: Re: [Qemu-devel] Win32 usermode only network possible? [was: multiple VMs] From: Rusty Russell In-Reply-To: <4074604D.6030201@bellard.org> References: <000701c41cbf$49b386d0$0401a8c0@putte2k> <4074604D.6030201@bellard.org> Content-Type: text/plain Message-Id: <1081989718.17780.10.camel@bach> Mime-Version: 1.0 Date: Thu, 15 Apr 2004 10:41:59 +1000 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 On Thu, 2004-04-08 at 06:10, Fabrice Bellard wrote: > Hi, > > I like very much the idea of enabling network use without any priviledge > rights for Linux and win32. I have looked at the SLiRP code and it seems > easy to do (at least for Linux, for win32 I have not looked how to do > that with the SDL event loop). > > Expect this feature to come in the next few days :-) Damn, I've been working on exactly this, but as a separate process which hands qemu the -tun-fd= arg to a pipe. The advantage of this is that you can add restrictions etc, and it should work with minor mods for all the emulators out there. If you've completed it by the time you get this, I'll abandon mine... Rusty. -- Anyone who quotes me in their signature is an idiot -- Rusty Russell