diff options
author | Peter Xu | 2020-10-21 23:27:19 +0200 |
---|---|---|
committer | Dr. David Alan Gilbert | 2020-10-26 17:15:04 +0100 |
commit | 0c26781c0937324d175b8105bc96ccce778d9760 (patch) | |
tree | 4cdf53551febac2a1b5808bed18955c72f38c808 /migration/trace-events | |
parent | migration: Maintain postcopy faulted addresses (diff) | |
download | qemu-0c26781c0937324d175b8105bc96ccce778d9760.tar.gz qemu-0c26781c0937324d175b8105bc96ccce778d9760.tar.xz qemu-0c26781c0937324d175b8105bc96ccce778d9760.zip |
migration: Sync requested pages after postcopy recovery
We synchronize the requested pages right after a postcopy recovery happens.
This helps to synchronize the prioritized pages on source so that the faulted
threads can be served faster.
Reported-by: Xiaohui Li <xiaohli@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Peter Xu <peterx@redhat.com>
Message-Id: <20201021212721.440373-5-peterx@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Diffstat (limited to 'migration/trace-events')
-rw-r--r-- | migration/trace-events | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/migration/trace-events b/migration/trace-events index 5f0001f808..75de5004ac 100644 --- a/migration/trace-events +++ b/migration/trace-events @@ -49,6 +49,7 @@ vmstate_save(const char *idstr, const char *vmsd_name) "%s, %s" vmstate_load(const char *idstr, const char *vmsd_name) "%s, %s" postcopy_pause_incoming(void) "" postcopy_pause_incoming_continued(void) "" +postcopy_page_req_sync(void *host_addr) "sync page req %p" # vmstate.c vmstate_load_field_error(const char *field, int ret) "field \"%s\" load failed, ret = %d" |