mbox

[PULL,V2,0/3] Net patches

Message ID 1479092066-20810-1-git-send-email-jasowang@redhat.com
State New
Headers show

Pull-request

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

Message

Jason Wang Nov. 14, 2016, 2:54 a.m. UTC
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

Comments

Zhang Chen Nov. 14, 2016, 6:46 a.m. UTC | #1
Hi~ Jason~

Can you pick up this patch?

[PATCH] docs: fix COLO architecture diagram


Thanks

Zhang Chen


On 11/14/2016 10:54 AM, Jason Wang wrote:
> 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
>
>
>
>
>
Stefan Hajnoczi Nov. 14, 2016, 4:40 p.m. UTC | #2
On Mon, Nov 14, 2016 at 10:54:23AM +0800, Jason Wang wrote:
> Pavel Dovgalyuk (1):
>       record/replay: add network support

QEMU is in soft freeze.  The policy has changed this release and only
bug fixes are being accepted during soft freeze.  Please don't include
new features.

http://qemu-project.org/Planning/SoftFeatureFreeze

Please submit a new version without this patch or explain why it is a
necessary bug fix for -rc0.

Thanks,
Stefan
Jason Wang Nov. 15, 2016, 3:19 a.m. UTC | #3
On 2016年11月14日 14:46, Zhang Chen wrote:
> Hi~ Jason~
>
> Can you pick up this patch?
>
> [PATCH] docs: fix COLO architecture diagram
>
>
> Thanks
>
> Zhang Chen 

Will have a look at this and pick it.

Thanks
Jason Wang Nov. 15, 2016, 3:22 a.m. UTC | #4
On 2016年11月15日 00:40, Stefan Hajnoczi wrote:
> On Mon, Nov 14, 2016 at 10:54:23AM +0800, Jason Wang wrote:
>> Pavel Dovgalyuk (1):
>>        record/replay: add network support
> QEMU is in soft freeze.  The policy has changed this release and only
> bug fixes are being accepted during soft freeze.  Please don't include
> new features.
>
> http://qemu-project.org/Planning/SoftFeatureFreeze
>
> Please submit a new version without this patch or explain why it is a
> necessary bug fix for -rc0.
>
> Thanks,
> Stefan

Will drop this patch.

Thanks