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

This is mostly a reposting of what I've already sent as individual
patches. The only differences are the new patch 7 and the reworked patch
8 (reused of existing net client type names).

The network subsystem maintenance looks vacant, so I'm unsure who to
address directly.

CC: Anthony Liguori <aliguori@us.ibm.com>
CC: Gleb Natapov <gleb@redhat.com>
CC: Markus Armbruster <armbru@redhat.com>
CC: Peter Maydell <peter.maydell@linaro.org>

Jan Kiszka (9):
  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
  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    |    8 ++++--
 slirp/ip_input.c   |   29 +++--------------------
 slirp/ip_output.c  |    4 +-
 slirp/mbuf.h       |    3 --
 slirp/misc.c       |    3 +-
 slirp/tcp_input.c  |   10 ++++----
 slirp/tcp_subr.c   |    2 +-
 slirp/udp.c        |   23 ++++++++++--------
 19 files changed, 102 insertions(+), 96 deletions(-)

             reply	other threads:[~2011-06-07 16:45 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-07 16:45 Jan Kiszka [this message]
2011-06-07 16:45 ` [Qemu-devel] [PATCH 1/9] slirp: Fix restricted mode Jan Kiszka
2011-06-07 16:45 ` [Qemu-devel] [PATCH 2/9] slirp: Canonicalize restrict syntax Jan Kiszka
2011-06-07 16:45 ` [Qemu-devel] [PATCH 3/9] slirp: Strictly associate DHCP/BOOTP and TFTP with virtual host Jan Kiszka
2011-06-07 16:45 ` [Qemu-devel] [PATCH 4/9] slirp: Replace m_freem with m_free Jan Kiszka
2011-06-07 16:45 ` [Qemu-devel] [PATCH 5/9] slirp: Put forked exec into separate process group Jan Kiszka
2011-06-07 16:45 ` [Qemu-devel] [PATCH 6/9] net: Improve layout of 'info network' Jan Kiszka
2011-06-07 19:55   ` Anthony Liguori
2011-06-07 21:38     ` Cole Robinson
2011-06-08  7:14   ` Markus Armbruster
2011-06-08  8:21     ` [Qemu-devel] [PATCH v2 " Jan Kiszka
2011-06-08  8:55       ` Markus Armbruster
2011-06-07 16:45 ` [Qemu-devel] [PATCH 7/9] net: Refactor net_client_types Jan Kiszka
2011-06-07 16:45 ` [Qemu-devel] [PATCH 8/9] net: Dump client type 'info network' Jan Kiszka
2011-06-08  8:21   ` [Qemu-devel] [PATCH v2 " Jan Kiszka
2011-06-07 16:45 ` [Qemu-devel] [PATCH 9/9] net: Consistently use qemu_macaddr_default_if_unset Jan Kiszka
2011-06-08  7:22 ` [Qemu-devel] [PATCH 0/9] Various net and slirp fixes & enhancements Markus Armbruster

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.1307465139.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).