diff options
author | Dr. David Alan Gilbert | 2015-11-05 19:11:07 +0100 |
---|---|---|
committer | Juan Quintela | 2015-11-10 15:00:27 +0100 |
commit | 1e2d90ebc54531c416a6765849308c8476d98f2d (patch) | |
tree | 0ec1496a301ed1ec1121286966f1c8c3cf998857 /trace-events | |
parent | Postcopy: End of iteration (diff) | |
download | qemu-1e2d90ebc54531c416a6765849308c8476d98f2d.tar.gz qemu-1e2d90ebc54531c416a6765849308c8476d98f2d.tar.xz qemu-1e2d90ebc54531c416a6765849308c8476d98f2d.zip |
Page request: Add MIG_RP_MSG_REQ_PAGES reverse command
Add MIG_RP_MSG_REQ_PAGES command on Return path for the postcopy
destination to request a page from the source.
Two versions exist:
MIG_RP_MSG_REQ_PAGES_ID that includes a RAMBlock name and start/len
MIG_RP_MSG_REQ_PAGES that just has start/len for use with the same
RAMBlock as a previous MIG_RP_MSG_REQ_PAGES_ID
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Amit Shah <amit.shah@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Diffstat (limited to 'trace-events')
-rw-r--r-- | trace-events | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/trace-events b/trace-events index 401d4c3a54..2bafa12f52 100644 --- a/trace-events +++ b/trace-events @@ -1451,6 +1451,7 @@ migrate_set_state(int new_state) "new state %d" migrate_fd_cleanup(void) "" migrate_fd_error(void) "" migrate_fd_cancel(void) "" +migrate_handle_rp_req_pages(const char *rbname, size_t start, size_t len) "in %s at %zx len %zx" migrate_pending(uint64_t size, uint64_t max, uint64_t post, uint64_t nonpost) "pending size %" PRIu64 " max %" PRIu64 " (post=%" PRIu64 " nonpost=%" PRIu64 ")" migrate_send_rp_message(int msg_type, uint16_t len) "%d: len %d" migration_completion_file_err(void) "" |