From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:42444) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RCTMC-0006cI-SN for qemu-devel@nongnu.org; Sat, 08 Oct 2011 05:38:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RCTMB-0003ws-SA for qemu-devel@nongnu.org; Sat, 08 Oct 2011 05:38:12 -0400 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:46071) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RCTMB-0003wc-LI for qemu-devel@nongnu.org; Sat, 08 Oct 2011 05:38:11 -0400 Message-ID: <4E9019D9.7010701@weilnetz.de> Date: Sat, 08 Oct 2011 11:37:29 +0200 From: Stefan Weil MIME-Version: 1.0 References: <4E8EB9B7.4000007@siemens.com> <4E9088F5.5020304@gmail.com> In-Reply-To: <4E9088F5.5020304@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Integrating Dynamips and GNS3 UDP tunnels (Patches) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Benjamin Cc: Jan Kiszka , qemu-devel@nongnu.org Am 08.10.2011 19:31, schrieb Benjamin: > diff --git a/net/udp.c b/net/udp.c > new file mode 100644 > index 0000000..7b4b702 > --- /dev/null > +++ b/net/udp.c > @@ -0,0 +1,140 @@ > +/* > + * QEMU System Emulator What about using a title which matches better? Maybe 'UDP tunnel' or something like that? > > + * > + * Copyright (c) 2003-2008 Fabrice Bellard And here you might use your own copyright. Or did Fabrice start writing this code in 2003? > > diff --git a/net/udp.h b/net/udp.h > new file mode 100644 > index 0000000..e614077 > --- /dev/null > +++ b/net/udp.h > @@ -0,0 +1,32 @@ > +/* > + * QEMU System Emulator > + * > + * Copyright (c) 2003-2008 Fabrice Bellard > + * See comments given above. Regards, Stefan Weil