From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48787) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qp6dN-00015q-41 for qemu-devel@nongnu.org; Thu, 04 Aug 2011 18:43:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qp6dL-0002ig-Vj for qemu-devel@nongnu.org; Thu, 04 Aug 2011 18:43:21 -0400 Received: from e7.ny.us.ibm.com ([32.97.182.137]:47607) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qp6dL-0002ic-TJ for qemu-devel@nongnu.org; Thu, 04 Aug 2011 18:43:19 -0400 Received: from d01relay03.pok.ibm.com (d01relay03.pok.ibm.com [9.56.227.235]) by e7.ny.us.ibm.com (8.14.4/8.13.1) with ESMTP id p74MHLge006859 for ; Thu, 4 Aug 2011 18:17:21 -0400 Received: from d01av02.pok.ibm.com (d01av02.pok.ibm.com [9.56.224.216]) by d01relay03.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p74MhIcV225298 for ; Thu, 4 Aug 2011 18:43:18 -0400 Received: from d01av02.pok.ibm.com (loopback [127.0.0.1]) by d01av02.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p74MhI2A010162 for ; Thu, 4 Aug 2011 19:43:18 -0300 Message-ID: <4E3B2085.8060406@us.ibm.com> Date: Thu, 04 Aug 2011 17:43:17 -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 0/3] [PULL] slirp: ARP table improvements List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: qemu-devel , Fabien Chouteau On 08/03/2011 06:24 AM, Jan Kiszka wrote: > The following changes since commit 927d721777e73339f73719f36eaf400ab641366c: > > microblaze: Add missing call to qemu_init_vcpu. (2011-07-31 06:40:13 +0200) > > are available in the git repository at: > git://git.kiszka.org/qemu.git queues/slirp > > Anthony asked me to look after slirp patches, and I agreed. So here > comes the first pull request. It improves the so far minimalistic ARP > support of slirp by avoiding premature packet drops when addressing not > yet resolved client IPs. > > > CC: Fabien Chouteau Pulled. Thanks for watching over the slirp bits! Regards, Anthony Liguori > > Fabien Chouteau (2): > Simple ARP table > Delayed IP packets > > Jan Kiszka (1): > slirp: Take maintainer token > > MAINTAINERS | 5 +- > Makefile.objs | 2 +- > slirp/arp_table.c | 95 +++++++++++++++++++++++++++++++++++++ > slirp/bootp.c | 21 +++++--- > slirp/if.c | 28 +++++++++-- > slirp/main.h | 2 +- > slirp/mbuf.c | 2 + > slirp/mbuf.h | 2 + > slirp/slirp.c | 135 ++++++++++++++++++++++------------------------------- > slirp/slirp.h | 47 +++++++++++++++++- > 10 files changed, 241 insertions(+), 98 deletions(-) > create mode 100644 slirp/arp_table.c >