qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL v2 00/12] Net patches
@ 2015-11-12  8:32 Jason Wang
  2015-11-12  8:32 ` [Qemu-devel] [PULL v2 01/12] slirp: Fix type casts and format strings in debug code Jason Wang
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Jason Wang @ 2015-11-12  8:32 UTC (permalink / raw)
  To: peter.maydell, qemu-devel; +Cc: Jason Wang

The following changes since commit 31e49ac192f782d594bbd04070fe79e800b7813f:

  Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20151111' into staging (2015-11-11 18:23:08 +0000)

are available in the git repository at:

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

for you to fetch changes up to 39bec4f38b028a2cff8c38f3455aef44d7b3b6c4:

  net: netmap: use error_setg() helpers in place of error_report() (2015-11-12 15:31:52 +0800)

----------------------------------------------------------------
Changes from V1:
- no changes in the patches, V1 just misses the list

----------------------------------------------------------------
Leonid Bloch (9):
      e1000: Cosmetic and alignment fixes
      e1000: Add support for migrating the entire MAC registers' array
      e1000: Introduced an array to control the access to the MAC registers
      e1000: Trivial implementation of various MAC registers
      e1000: Fixing the received/transmitted packets' counters
      e1000: Fixing the received/transmitted octets' counters
      e1000: Fixing the packet address filtering procedure
      e1000: Implementing various counters
      e1000: Introducing backward compatibility command line parameter

Stefan Weil (1):
      slirp: Fix type casts and format strings in debug code

Vincenzo Maffione (2):
      net: netmap: Fix compilation issue
      net: netmap: use error_setg() helpers in place of error_report()

 hw/net/e1000.c      | 476 ++++++++++++++++++++++++++++++++++++++++------------
 hw/net/e1000_regs.h |   8 +-
 include/hw/compat.h |   6 +-
 net/netmap.c        |  24 +--
 slirp/bootp.c       |  12 +-
 slirp/if.c          |   4 +-
 slirp/ip_icmp.c     |   4 +-
 slirp/ip_input.c    |  10 +-
 slirp/ip_output.c   |   4 +-
 slirp/mbuf.c        |   6 +-
 slirp/misc.c        |   6 +-
 slirp/sbuf.c        |   4 +-
 slirp/socket.c      |  18 +-
 slirp/tcp_input.c   |  14 +-
 slirp/tcp_output.c  |   2 +-
 slirp/tcp_subr.c    |  16 +-
 slirp/udp.c         |   6 +-
 17 files changed, 448 insertions(+), 172 deletions(-)

-- 
2.1.4

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

end of thread, other threads:[~2015-11-12 14:51 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-12  8:32 [Qemu-devel] [PULL v2 00/12] Net patches Jason Wang
2015-11-12  8:32 ` [Qemu-devel] [PULL v2 01/12] slirp: Fix type casts and format strings in debug code Jason Wang
2015-11-12  8:32 ` [Qemu-devel] [PULL v2 02/12] e1000: Cosmetic and alignment fixes Jason Wang
2015-11-12  8:32 ` [Qemu-devel] [PULL v2 03/12] e1000: Add support for migrating the entire MAC registers' array Jason Wang
2015-11-12  8:32 ` [Qemu-devel] [PULL v2 04/12] e1000: Introduced an array to control the access to the MAC registers Jason Wang
2015-11-12  8:32 ` [Qemu-devel] [PULL v2 05/12] e1000: Trivial implementation of various " Jason Wang
2015-11-12  8:32 ` [Qemu-devel] [PULL v2 06/12] e1000: Fixing the received/transmitted packets' counters Jason Wang
2015-11-12  8:32 ` [Qemu-devel] [PULL v2 07/12] e1000: Fixing the received/transmitted octets' counters Jason Wang
2015-11-12  8:32 ` [Qemu-devel] [PULL v2 08/12] e1000: Fixing the packet address filtering procedure Jason Wang
2015-11-12  8:32 ` [Qemu-devel] [PULL v2 09/12] e1000: Implementing various counters Jason Wang
2015-11-12  8:32 ` [Qemu-devel] [PULL v2 10/12] e1000: Introducing backward compatibility command line parameter Jason Wang
2015-11-12  8:32 ` [Qemu-devel] [PULL v2 11/12] net: netmap: Fix compilation issue Jason Wang
2015-11-12  8:32 ` [Qemu-devel] [PULL v2 12/12] net: netmap: use error_setg() helpers in place of error_report() Jason Wang
2015-11-12 14:50 ` [Qemu-devel] [PULL v2 00/12] Net patches Peter Maydell

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