All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jason Wang <jasowang@redhat.com>
To: peter.maydell@linaro.org
Cc: qemu-devel@nongnu.org, Jason Wang <jasowang@redhat.com>
Subject: [Qemu-devel] [PULL V2 0/3] Net patches
Date: Mon, 14 Nov 2016 10:54:23 +0800	[thread overview]
Message-ID: <1479092066-20810-1-git-send-email-jasowang@redhat.com> (raw)

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

             reply	other threads:[~2016-11-14  2:54 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-14  2:54 Jason Wang [this message]
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

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=1479092066-20810-1-git-send-email-jasowang@redhat.com \
    --to=jasowang@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 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.