From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EMim9-0007IR-GK for qemu-devel@nongnu.org; Tue, 04 Oct 2005 05:07:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EMim4-0007H5-Nu for qemu-devel@nongnu.org; Tue, 04 Oct 2005 05:07:50 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EMiUq-0005Gg-8T for qemu-devel@nongnu.org; Tue, 04 Oct 2005 04:50:01 -0400 Received: from [193.52.209.20] (helo=smtp.univ-tours.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EMi51-0008AE-0G for qemu-devel@nongnu.org; Tue, 04 Oct 2005 04:23:19 -0400 Received: from localhost (localhost [127.0.0.1]) by rabelais.univ-tours.fr (Postfix) with ESMTP id 35C3A1D42C0 for ; Tue, 4 Oct 2005 10:23:16 +0200 (CEST) Received: from rabelais.univ-tours.fr ([127.0.0.1]) by localhost (rabelais.univ-tours.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03089-01 for ; Tue, 4 Oct 2005 10:23:15 +0200 (CEST) Received: from portable-cp.di-epu.univ-tours.local (unknown [10.108.5.42]) by rabelais.univ-tours.fr (Postfix) with ESMTP id 9D3551D42C6 for ; Tue, 4 Oct 2005 10:23:15 +0200 (CEST) Subject: Re: [Qemu-devel] tun/tap networking: patch for existing tun From: Matteo In-Reply-To: <43417879.5020106@bellard.org> References: <20050930221321.C7BED31C14@ravel.n2.net> <20050930230149.GA20433@jbrown.mylinuxbox.org> <433E44F9.8040501@eclis.ch> <20051001131215.GB28444@jbrown.mylinuxbox.org> <433EF5C4.2030801@eclis.ch> <433F92CB.1060600@eclis.ch> <43402ABC.3040805@us.ibm.com> <20051002193912.GB13825@jbrown.mylinuxbox.org> <20051003151425.GC27327@jbrown.mylinuxbox.org> <43417879.5020106@bellard.org> Content-Type: text/plain; charset=ISO-8859-1 Date: Tue, 04 Oct 2005 10:23:26 +0200 Message-Id: <1128414207.11765.10.camel@localhost.localdomain> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit 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 Le lundi 03 octobre 2005 à 20:29 +0200, Fabrice Bellard a écrit : > Another point is that I am very tempted to integrate a feature to > connect several qemu without needing an external program such as VDE. I > am thinking of it because it would be relatively easy to add to the > existing user-net code (user-net already simulates a kind of LAN). > That would be a very good idea. I've always thought of installing vde or any other application to make a network of VMs painfull. Moreover you then need to configure each host, write scripts... The integration to the existing user net would be great for most of the cases. Non trivial ones will maybe need the fine tuning tun/tap devices allow, but I think most users want simplicity Mattéo > Fabrice. > > > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel >