]> git.ipfire.org Git - thirdparty/qemu.git/commit
net: Introduce announce timer
authorDr. David Alan Gilbert <dgilbert@redhat.com>
Wed, 27 Feb 2019 13:24:05 +0000 (13:24 +0000)
committerJason Wang <jasowang@redhat.com>
Tue, 5 Mar 2019 03:27:41 +0000 (11:27 +0800)
commit50510ea2c2960cc48e9cc1676dde88b849933b6e
treeea82a8203ccb5b9e0a0f10cb0ccd65b34fcd91f3
parent4875bf140662b214ad9f94b0d566354977d8c01d
net: Introduce announce timer

The 'announce timer' will be used by migration, and explicit
requests for qemu to perform network announces.

Based on the work by Germano Veit Michel <germano@redhat.com>
 and Vlad Yasevich <vyasevic@redhat.com>

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
include/net/announce.h [new file with mode: 0644]
include/qemu/typedefs.h
migration/migration.c
net/Makefile.objs
net/announce.c [new file with mode: 0644]
qapi/net.json