Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1551769940-22739-1-git-send-email-jasowang@redhat.com
Maintainers: Juan Quintela <quintela@redhat.com>, Zhang Chen <zhangckid@gmail.com>, "Dr. David Alan Gilbert" <dgilbert@redhat.com>, Li Zhijian <lizhijian@cn.fujitsu.com>, "Michael S. Tsirkin" <mst@redhat.com>, Jason Wang <jasowang@redhat.com>, Vincenzo Maffione <v.maffione@gmail.com>, Markus Armbruster <armbru@redhat.com>, Luigi Rizzo <rizzo@iet.unipi.it>, Eric Blake <eblake@redhat.com>, Giuseppe Lettieri <g.lettieri@iet.unipi.it>
hmp-commands.hx | 16 +++++
hmp.c | 33 ++++++++++
hmp.h | 1 +
hw/net/trace-events | 6 ++
hw/net/virtio-net.c | 69 +++++++++++++++-----
include/hw/virtio/virtio-net.h | 4 +-
include/migration/misc.h | 12 +---
include/net/announce.h | 41 ++++++++++++
include/net/net.h | 2 +
include/qemu/typedefs.h | 1 +
include/sysemu/sysemu.h | 2 -
migration/migration.c | 103 +++++++++++++++++++++++++++++-
migration/migration.h | 4 ++
migration/savevm.c | 72 +--------------------
migration/trace-events | 1 -
net/Makefile.objs | 1 +
net/announce.c | 140 +++++++++++++++++++++++++++++++++++++++++
net/colo-compare.c | 8 ---
net/netmap.c | 110 ++++++++++++++------------------
net/trace-events | 3 +
qapi/migration.json | 53 +++++++++++++++-
qapi/net.json | 43 +++++++++++++
tests/Makefile.include | 3 +
tests/test-announce-self.c | 82 ++++++++++++++++++++++++
tests/test-hmp.c | 1 +
25 files changed, 637 insertions(+), 174 deletions(-)
create mode 100644 include/net/announce.h
create mode 100644 net/announce.c
create mode 100644 tests/test-announce-self.c