qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@siemens.com>
To: Anthony Liguori <aliguori@us.ibm.com>, qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>,
	Markus Armbruster <armbru@redhat.com>,
	Gleb Natapov <gleb@redhat.com>
Subject: [Qemu-devel] [PATCH 00/10] [RESEND] Various net and slirp fixes & enhancements
Date: Wed, 20 Jul 2011 12:20:12 +0200	[thread overview]
Message-ID: <cover.1311157220.git.jan.kiszka@siemens.com> (raw)

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 <gleb@redhat.com>
CC: Markus Armbruster <armbru@redhat.com>
CC: Peter Maydell <peter.maydell@linaro.org>

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(-)

-- 
1.7.3.4

             reply	other threads:[~2011-07-20 10:20 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-20 10:20 Jan Kiszka [this message]
2011-07-20 10:20 ` [Qemu-devel] [PATCH 01/10] slirp: Fix restricted mode Jan Kiszka
2011-07-20 10:20 ` [Qemu-devel] [PATCH 02/10] slirp: Canonicalize restrict syntax Jan Kiszka
2011-07-20 10:20 ` [Qemu-devel] [PATCH 03/10] slirp: Strictly associate DHCP/BOOTP and TFTP with virtual host Jan Kiszka
2011-07-20 10:20 ` [Qemu-devel] [PATCH 04/10] slirp: Replace m_freem with m_free Jan Kiszka
2011-07-20 10:20 ` [Qemu-devel] [PATCH 05/10] slirp: Put forked exec into separate process group Jan Kiszka
2011-07-20 10:20 ` [Qemu-devel] [PATCH 06/10] slirp: Forward ICMP echo requests via unprivileged sockets Jan Kiszka
2011-07-20 10:20 ` [Qemu-devel] [PATCH 07/10] net: Improve layout of 'info network' Jan Kiszka
2011-07-20 10:20 ` [Qemu-devel] [PATCH 08/10] net: Refactor net_client_types Jan Kiszka
2011-07-20 10:20 ` [Qemu-devel] [PATCH 09/10] net: Dump client type 'info network' Jan Kiszka
2011-07-20 10:20 ` [Qemu-devel] [PATCH 10/10] net: Consistently use qemu_macaddr_default_if_unset Jan Kiszka
2011-07-22 14:31 ` [Qemu-devel] [PATCH 00/10] [RESEND] Various net and slirp fixes & enhancements Markus Armbruster
2011-07-23 15:45 ` Anthony Liguori

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1311157220.git.jan.kiszka@siemens.com \
    --to=jan.kiszka@siemens.com \
    --cc=aliguori@us.ibm.com \
    --cc=armbru@redhat.com \
    --cc=gleb@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).