qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 0/3] [PULL] slirp: ARP table improvements


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH 0/3] [PULL] slirp: ARP table improvements
Date: Thu, 04 Aug 2011 17:43:17 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110516 Lightning/1.0b2 Thunderbird/3.1.10

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<address@hidden>

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]