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 <chout...@adacore.com>

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

-- 
1.7.3.4


Reply via email to