From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:50737) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QkeO1-0001k4-JI for qemu-devel@nongnu.org; Sat, 23 Jul 2011 11:45:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QkeNz-0004WU-Um for qemu-devel@nongnu.org; Sat, 23 Jul 2011 11:45:05 -0400 Received: from mail-yi0-f45.google.com ([209.85.218.45]:33137) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QkeNz-0004W5-SD for qemu-devel@nongnu.org; Sat, 23 Jul 2011 11:45:03 -0400 Received: by yia25 with SMTP id 25so2016703yia.4 for ; Sat, 23 Jul 2011 08:45:03 -0700 (PDT) Message-ID: <4E2AEC7D.10200@codemonkey.ws> Date: Sat, 23 Jul 2011 10:45:01 -0500 From: Anthony Liguori MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 00/10] [RESEND] Various net and slirp fixes & enhancements List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Peter Maydell , qemu-devel@nongnu.org, Gleb Natapov , Markus Armbruster On 07/20/2011 05:20 AM, Jan Kiszka wrote: > Almost just a reposting of the previously sent series. No patch > modified, but a nifty (IMO) new one: ping forwarding for slirp using > the unprivileged ICMP sockets of Linux 3.0. See commit log for a simple > how-to. > > CC: Gleb Natapov > CC: Markus Armbruster > CC: Peter Maydell Applied. Thanks. The ICMP sockets thing is pretty cool! Regards, Anthony Liguori > > Jan Kiszka (10): > slirp: Fix restricted mode > slirp: Canonicalize restrict syntax > slirp: Strictly associate DHCP/BOOTP and TFTP with virtual host > slirp: Replace m_freem with m_free > slirp: Put forked exec into separate process group > slirp: Forward ICMP echo requests via unprivileged sockets > net: Improve layout of 'info network' > net: Refactor net_client_types > net: Dump client type 'info network' > net: Consistently use qemu_macaddr_default_if_unset > > hw/dp8393x.c | 2 +- > hw/etraxfs_eth.c | 2 +- > hw/mcf_fec.c | 2 +- > hw/mipsnet.c | 2 +- > hw/qdev.c | 2 +- > hw/stellaris.c | 2 +- > hw/xen_devconfig.c | 4 +- > net.c | 65 +++++++++++++++++++++-------------- > net.h | 8 +++-- > net/slirp.c | 23 +++++++++---- > qemu-options.hx | 4 +- > slirp/ip_icmp.c | 95 +++++++++++++++++++++++++++++++++++++++++++++++++-- > slirp/ip_icmp.h | 3 ++ > slirp/ip_input.c | 30 +++-------------- > slirp/ip_output.c | 4 +- > slirp/mbuf.h | 3 -- > slirp/misc.c | 16 ++++++++- > slirp/slirp.c | 37 ++++++++++++++++++++ > slirp/slirp.h | 5 +++ > slirp/socket.c | 2 + > slirp/tcp_input.c | 10 +++--- > slirp/tcp_subr.c | 2 +- > slirp/udp.c | 23 +++++++----- > 23 files changed, 249 insertions(+), 97 deletions(-) >