qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 00/17] Net patches


From: Jason Wang
Subject: [Qemu-devel] [PULL 00/17] Net patches
Date: Tue, 2 Jul 2019 10:31:12 +0800

The following changes since commit 7d0e02405fc02a181319b1ab8681d2f72246b7c6:

  Merge remote-tracking branch 
'remotes/vivier2/tags/trivial-patches-pull-request' into staging (2019-07-01 
17:40:32 +0100)

are available in the git repository at:

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

for you to fetch changes up to 0e8818f023616677416840d6ddc880db8de3c967:

  migration/colo.c: Add missed filter notify for Xen COLO. (2019-07-02 10:21:07 
+0800)

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

----------------------------------------------------------------
Cédric Le Goater (1):
      ftgmac100: do not link to netdev

Dr. David Alan Gilbert (5):
      net/announce: Allow optional list of interfaces
      net/announce: Add HMP optional interface list
      net/announce: Add optional ID
      net/announce: Add HMP optional ID
      net/announce: Expand test for stopping self announce

Markus Armbruster (2):
      MAINTAINERS: Add qemu-bridge-helper.c to "Network device backends"
      qemu-bridge-helper: Document known shortcomings

Stefano Garzarella (4):
      net: fix assertion failure when ipv6-prefixlen is not a number
      net: avoid using variable length array in net_client_init()
      net: use g_strsplit() for parsing host address and port
      net: remove unused get_str_sep() function

Zhang Chen (5):
      COLO-compare: Add new parameter to communicate with remote colo-frame
      COLO-compare: Add remote notification chardev handler frame
      COLO-compare: Make the compare_chr_send() can send notification message.
      COLO-compare: Add colo-compare remote notify support
      migration/colo.c: Add missed filter notify for Xen COLO.

 MAINTAINERS             |   1 +
 hmp-commands.hx         |   7 ++-
 hw/net/ftgmac100.c      |   2 -
 hw/net/virtio-net.c     |   4 +-
 include/net/announce.h  |   8 ++-
 migration/colo.c        |   2 +
 monitor/hmp-cmds.c      |  41 ++++++++++++-
 net/announce.c          |  89 +++++++++++++++++++++++----
 net/colo-compare.c      | 155 ++++++++++++++++++++++++++++++++++++++++++------
 net/net.c               |  99 +++++++++++++++----------------
 net/trace-events        |   3 +-
 qapi/net.json           |  16 ++++-
 qemu-bridge-helper.c    |  12 +++-
 qemu-options.hx         |  33 ++++++++++-
 tests/virtio-net-test.c |  57 +++++++++++++++++-
 15 files changed, 430 insertions(+), 99 deletions(-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]