qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL V2 0/3] Net patches
@ 2016-11-14  2:54 Jason Wang
  2016-11-14  2:54 ` [Qemu-devel] [PULL V2 1/3] record/replay: add network support Jason Wang
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Jason Wang @ 2016-11-14  2:54 UTC (permalink / raw)
  To: peter.maydell; +Cc: qemu-devel, Jason Wang

The following changes since commit 83c83f9a5266ff113060f887f106a47920fa6974:

  Merge remote-tracking branch 'bonzini/tags/for-upstream' into staging (2016-11-11 12:51:50 +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 73c46860454f8e43d1679d1367552d15a66b7790:

  net: fix sending of data with -net socket, listen backend (2016-11-14 10:26:22 +0800)

----------------------------------------------------------------

Changes from V1:
- no change, V1 misses the list

----------------------------------------------------------------
Daniel P. Berrange (1):
      net: fix sending of data with -net socket, listen backend

Pavel Dovgalyuk (1):
      record/replay: add network support

Yuri Benditovich (1):
      net: skip virtio-net config of deleted nic's peers

 docs/replay.txt          |  14 +++++++
 hw/net/virtio-net.c      |   4 ++
 include/sysemu/replay.h  |  12 ++++++
 net/Makefile.objs        |   1 +
 net/filter-replay.c      |  92 ++++++++++++++++++++++++++++++++++++++++++
 net/net.c                |   5 +--
 net/socket.c             |   1 +
 replay/Makefile.objs     |   1 +
 replay/replay-events.c   |  11 +++++
 replay/replay-internal.h |  10 +++++
 replay/replay-net.c      | 102 +++++++++++++++++++++++++++++++++++++++++++++++
 replay/replay.c          |   2 +-
 vl.c                     |   3 +-
 13 files changed, 253 insertions(+), 5 deletions(-)
 create mode 100644 net/filter-replay.c
 create mode 100644 replay/replay-net.c

^ permalink raw reply	[flat|nested] 13+ messages in thread
* [Qemu-devel] [PULL V2 0/3] Net patches
@ 2016-12-06  2:32 Jason Wang
  2016-12-06 10:24 ` Stefan Hajnoczi
  0 siblings, 1 reply; 13+ messages in thread
From: Jason Wang @ 2016-12-06  2:32 UTC (permalink / raw)
  To: peter.maydell, stefanha, qemu-devel; +Cc: Jason Wang

The following changes since commit bd8ef5060dd2124a54578241da9a572faf7658dd:

  Merge remote-tracking branch 'dgibson/tags/ppc-for-2.8-20161201' into staging (2016-12-01 13:39:29 +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 9f5832d34b0c155e9538a745c80e441aed257670:

  fsl_etsec: Fix various small problems in hexdump code (2016-12-06 10:23:50 +0800)

----------------------------------------------------------------

Changes from V1:
- fix coding style

----------------------------------------------------------------
Andrey Smirnov (2):
      fsl_etsec: Pad short payloads with zeros
      fsl_etsec: Fix various small problems in hexdump code

Prasad J Pandit (1):
      net: mcf: check receive buffer size register value

 hw/net/fsl_etsec/etsec.c | 4 ++--
 hw/net/fsl_etsec/rings.c | 8 ++++++++
 hw/net/mcf_fec.c         | 2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)

^ permalink raw reply	[flat|nested] 13+ messages in thread
* [Qemu-devel] [PULL v2 0/3] Net patches
@ 2013-10-18 16:38 Stefan Hajnoczi
  0 siblings, 0 replies; 13+ messages in thread
From: Stefan Hajnoczi @ 2013-10-18 16:38 UTC (permalink / raw)
  To: qemu-devel; +Cc: Stefan Hajnoczi, Anthony Liguori

v2:
 * Dropped multicast MAC patch due to issues pointed out by Amos

The following changes since commit 1680d485777ecf436d724631ea8722cc0c66990e:

  Merge remote-tracking branch 'rth/tcg-ldst-6' into staging (2013-10-14 09:59:59 -0700)

are available in the git repository at:


  git://github.com/stefanha/qemu.git net

for you to fetch changes up to 23c37c37f0280761072c23bf67d3a4f3c0ff25aa:

  net/rtl8139: update network information when macaddr is changed in guest (2013-10-18 13:28:09 +0200)

----------------------------------------------------------------
Amos Kong (3):
      net: update nic info during device reset
      net/e1000: update network information when macaddr is changed in guest
      net/rtl8139: update network information when macaddr is changed in guest

 hw/net/e1000.c   | 9 +++++++++
 hw/net/rtl8139.c | 7 ++++++-
 2 files changed, 15 insertions(+), 1 deletion(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2016-12-22 11:35 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-14  2:54 [Qemu-devel] [PULL V2 0/3] Net patches Jason Wang
2016-11-14  2:54 ` [Qemu-devel] [PULL V2 1/3] record/replay: add network support Jason Wang
2016-12-22  6:56   ` Pavel Dovgalyuk
2016-12-22 11:35     ` Jason Wang
2016-11-14  2:54 ` [Qemu-devel] [PULL V2 2/3] net: skip virtio-net config of deleted nic's peers Jason Wang
2016-11-14  2:54 ` [Qemu-devel] [PULL V2 3/3] net: fix sending of data with -net socket, listen backend Jason Wang
2016-11-14  6:46 ` [Qemu-devel] [PULL V2 0/3] Net patches Zhang Chen
2016-11-15  3:19   ` Jason Wang
2016-11-14 16:40 ` Stefan Hajnoczi
2016-11-15  3:22   ` Jason Wang
  -- strict thread matches above, loose matches on Subject: below --
2016-12-06  2:32 Jason Wang
2016-12-06 10:24 ` Stefan Hajnoczi
2013-10-18 16:38 [Qemu-devel] [PULL v2 " Stefan Hajnoczi

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