All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL for-2.1 0/4] Net patches
@ 2014-06-27 14:24 Stefan Hajnoczi
  2014-06-27 14:24 ` [Qemu-devel] [PULL 1/4] qemu-bridge-helper: Fix fd leak in main() Stefan Hajnoczi
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Stefan Hajnoczi @ 2014-06-27 14:24 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell, Stefan Hajnoczi

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-07-01 15:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-27 14:24 [Qemu-devel] [PULL for-2.1 0/4] Net patches Stefan Hajnoczi
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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.