From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KuG8v-0000Ge-GH for qemu-devel@nongnu.org; Sun, 26 Oct 2008 20:39:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KuG8t-0000GS-EP for qemu-devel@nongnu.org; Sun, 26 Oct 2008 20:39:36 -0400 Received: from [199.232.76.173] (port=57965 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KuG8t-0000GP-84 for qemu-devel@nongnu.org; Sun, 26 Oct 2008 20:39:35 -0400 Received: from rv-out-0708.google.com ([209.85.198.249]:35132) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KuG8s-000176-UM for qemu-devel@nongnu.org; Sun, 26 Oct 2008 20:39:35 -0400 Received: by rv-out-0708.google.com with SMTP id f25so1674910rvb.22 for ; Sun, 26 Oct 2008 17:39:33 -0700 (PDT) Message-ID: Date: Mon, 27 Oct 2008 02:39:33 +0200 From: "andrzej zaborowski" Subject: Re: [Qemu-devel] PATCH [2/2] Patches to support Juniper Olives - net udp In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: 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 2008/10/16 Brandon Bennett : > This patch is to support udp -net option. This transport is > compatible with dynamips udp transport. This will allow Juniper > Olives (or any QEMU) to connect directly to a dynamips/dynagen/gns3 > lab without the hassle of creating tun/tap interfaces and bridging. > > This code was taken from mmm123's version of pemu which is a modified > version of QEMU for emulating Cisco Pix firewalls. The code has been > updated to more fit QEMU's coding practices. The formatting isn't exactly like that of the rest of vl.c. If this is a connection method specific to a single product or bunch of products, -net udp sounds like a too generic name and could cause confusion. Cheers