mbox

[PULL,for-2.1,0/4] Net patches

Message ID 1403879093-786-1-git-send-email-stefanha@redhat.com
State New
Headers show

Pull-request

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

Message

Stefan Hajnoczi June 27, 2014, 2:24 p.m. UTC
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

Comments

Peter Maydell June 29, 2014, 12:38 p.m. UTC | #1
On 27 June 2014 15:24, Stefan Hajnoczi <stefanha@redhat.com> wrote:
> 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
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM