From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DMTgI-0001Aa-7L for qemu-devel@nongnu.org; Fri, 15 Apr 2005 12:28:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DMTg0-00010o-Ab for qemu-devel@nongnu.org; Fri, 15 Apr 2005 12:28:16 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DMTfz-0000zu-Qj for qemu-devel@nongnu.org; Fri, 15 Apr 2005 12:28:15 -0400 Received: from [65.74.133.9] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1DMTen-0001Or-S7 for qemu-devel@nongnu.org; Fri, 15 Apr 2005 12:27:02 -0400 From: Paul Brook Subject: Re: [Qemu-devel] Introduction of Henrik Nordstrom Date: Fri, 15 Apr 2005 17:26:04 +0100 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200504151726.04363.paul@codesourcery.com> 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 Friday 15 April 2005 16:44, Henrik Nordstrom wrote: > Primary goals: to get QEMU up to the same ease of use as our current UML > setup when it comes to complete system testing. This involves some slight > changes in network device configuration to make better use of the Linux > TUN/TAP driver capabilities, and eventually implementation of a "hardware > layer" using a user-level switch to allow simulation of networks of > interconnected QEMU stations without involving the host, similar to the > user-level network of UML. How is this different from VDE (http://vde.sourceforge.net)? Paul