]> git.ipfire.org Git - thirdparty/qemu.git/commit
virtio-net: Allow qemu_announce_self to trigger virtio announcements
authorDr. David Alan Gilbert <dgilbert@redhat.com>
Wed, 27 Feb 2019 13:24:10 +0000 (13:24 +0000)
committerJason Wang <jasowang@redhat.com>
Tue, 5 Mar 2019 03:27:41 +0000 (11:27 +0800)
commitb2c929f02ba37b206144735313af10fb9cc5d1a4
tree6337a0e90ce488d3a32fd27b06e2a9a856f75c85
parent44b416ad62bf1068a9653fe066bd500fb9b0d88f
virtio-net: Allow qemu_announce_self to trigger virtio announcements

Expose the virtio-net self announcement capability and allow
qemu_announce_self() to call it.

These announces are caused by something external (i.e. the
announce-self command); they won't trigger if the migration
counter is triggering announces at the same time.

Signed-off-by: Vladislav 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>
hw/net/trace-events
hw/net/virtio-net.c