diff options
author | Dr. David Alan Gilbert | 2019-02-27 14:24:08 +0100 |
---|---|---|
committer | Jason Wang | 2019-03-05 04:27:41 +0100 |
commit | 7659505c1680643d13ad7675f9e649d388303059 (patch) | |
tree | 502da4c1b4ba4b5397727810385c2fe8ca6eb4ad /migration/trace-events | |
parent | virtio-net: Switch to using announce timer (diff) | |
download | qemu-7659505c1680643d13ad7675f9e649d388303059.tar.gz qemu-7659505c1680643d13ad7675f9e649d388303059.tar.xz qemu-7659505c1680643d13ad7675f9e649d388303059.zip |
migration: Switch to using announce timer
Switch the announcements to using the new announce timer.
Move the code that does it to announce.c rather than savevm
because it really has nothing to do with the actual migration.
Migration starts the announce from bh's and so they're all
in the main thread/bql, and so there's never any racing with
the timers themselves.
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>
Diffstat (limited to 'migration/trace-events')
-rw-r--r-- | migration/trace-events | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/migration/trace-events b/migration/trace-events index bd2d0cd25a..72e3fcb885 100644 --- a/migration/trace-events +++ b/migration/trace-events @@ -52,7 +52,6 @@ vmstate_save_state_top(const char *idstr) "%s" vmstate_subsection_save_loop(const char *name, const char *sub) "%s/%s" vmstate_subsection_save_top(const char *idstr) "%s" vmstate_load(const char *idstr, const char *vmsd_name) "%s, %s" -qemu_announce_self_iter(const char *mac) "%s" # migration/vmstate.c vmstate_load_field_error(const char *field, int ret) "field \"%s\" load failed, ret = %d" |