From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M2St6-0002FU-Ae for qemu-devel@nongnu.org; Fri, 08 May 2009 12:25:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M2St1-0002Cw-IE for qemu-devel@nongnu.org; Fri, 08 May 2009 12:25:27 -0400 Received: from [199.232.76.173] (port=44303 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M2St1-0002Ck-8j for qemu-devel@nongnu.org; Fri, 08 May 2009 12:25:23 -0400 Received: from qw-out-1920.google.com ([74.125.92.149]:55634) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M2St0-0001xA-W8 for qemu-devel@nongnu.org; Fri, 08 May 2009 12:25:23 -0400 Received: by qw-out-1920.google.com with SMTP id 4so927189qwk.4 for ; Fri, 08 May 2009 09:25:22 -0700 (PDT) Message-ID: <4A045CEE.5040603@codemonkey.ws> Date: Fri, 08 May 2009 11:25:18 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 00/11] Networking fixes and slirp enhancements References: <20090508103416.6080.44298.stgit@mchn012c.ww002.siemens.net> In-Reply-To: <20090508103416.6080.44298.stgit@mchn012c.ww002.siemens.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: qemu-devel@nongnu.org Jan Kiszka wrote: > This series starts with four networking-related fixes and then focuses > on a grand refactoring of the slirp user space IP stack configuration. > > The major contribution is that the virtual IP addresses used by slirp > can now be (almost) freely configured. This enables sophisticated > virtual network setups, specifically with guests that depends on > specific addresses. > > Find this series also at git://git.kiszka.org/qemu.git queues/net > > Jan Kiszka (11): > net: Don't deliver to disabled interfaces in qemu_sendv_packet > net: Fix and improved ordered packet delivery > slirp: Avoid zombie processes after fork_exec > net: Real fix for check_params users > net: Improve parameter error reporting > slirp: Reorder initialization > Introduce get_next_param_value > slirp: Move smb, redir, tftp and bootp parameters and -net channel > slirp: Rework internal configuration > slirp: Rework external configuration interface > slirp: Bind support for host forwarding rules > With this series applied, I get: CC slirp/cksum.o In file included from /home/anthony/git/qemu/slirp/slirp.h:216, from /home/anthony/git/qemu/slirp/cksum.c:34: /home/anthony/git/qemu/slirp/main.h:51: error: ‘PATH_MAX’ undeclared here (not in a function) make: *** [slirp/cksum.o] Error 1 Regards, Anthony Liguori