qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Hajnoczi <stefanha@redhat.com>
To: qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>,
	Stefan Hajnoczi <stefanha@redhat.com>
Subject: [Qemu-devel] [PULL for-2.1 0/4] Net patches
Date: Fri, 27 Jun 2014 16:24:49 +0200	[thread overview]
Message-ID: <1403879093-786-1-git-send-email-stefanha@redhat.com> (raw)

The following changes since commit ff4873cb8c81db89668d8b56e19e57b852edb5f5:

  coroutine-win32.c: Add noinline attribute to work around gcc bug (2014-06-26 14:08:14 +0100)

are available in the git repository at:

  git://github.com/stefanha/qemu.git tags/net-pull-request

for you to fetch changes up to 5e80dd223ded254b1802bdd6417ef118456eadce:

  hw/net/eepro100: Implement read-only bits in MDI registers (2014-06-27 12:23:45 +0200)

----------------------------------------------------------------
Net patches

----------------------------------------------------------------
Anton Ivanov (1):
      net: L2TPv3 transport

Gonglei (1):
      qemu-bridge-helper: Fix fd leak in main()

Jiri Pirko (1):
      net: move queue number into NICPeers

Peter Maydell (1):
      hw/net/eepro100: Implement read-only bits in MDI registers

 hw/core/qdev-properties-system.c |   3 +-
 hw/net/eepro100.c                |   4 +-
 hw/net/virtio-net.c              |   2 +-
 include/net/net.h                |   2 +-
 net/Makefile.objs                |   1 +
 net/clients.h                    |   2 +
 net/l2tpv3.c                     | 757 +++++++++++++++++++++++++++++++++++++++
 net/net.c                        |  10 +-
 qapi-schema.json                 |  60 ++++
 qemu-bridge-helper.c             |   9 +-
 qemu-options.hx                  |  82 +++++
 11 files changed, 922 insertions(+), 10 deletions(-)
 create mode 100644 net/l2tpv3.c

-- 
1.9.3

             reply	other threads:[~2014-06-27 14:25 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-27 14:24 Stefan Hajnoczi [this message]
2014-06-27 14:24 ` [Qemu-devel] [PULL 1/4] qemu-bridge-helper: Fix fd leak in main() Stefan Hajnoczi
2014-06-27 14:24 ` [Qemu-devel] [PULL 2/4] net: L2TPv3 transport Stefan Hajnoczi
2014-07-01 12:06   ` Jan Kiszka
2014-07-01 15:23     ` Anton Ivanov (antivano)
2014-06-27 14:24 ` [Qemu-devel] [PULL 3/4] net: move queue number into NICPeers Stefan Hajnoczi
2014-06-27 14:24 ` [Qemu-devel] [PULL 4/4] hw/net/eepro100: Implement read-only bits in MDI registers Stefan Hajnoczi
2014-06-29 12:38 ` [Qemu-devel] [PULL for-2.1 0/4] Net patches Peter Maydell

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=1403879093-786-1-git-send-email-stefanha@redhat.com \
    --to=stefanha@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).