diff options
author | Dr. David Alan Gilbert | 2015-11-05 19:11:19 +0100 |
---|---|---|
committer | Juan Quintela | 2015-11-10 15:00:28 +0100 |
commit | 27c6825bd3749758fb9fcad44f3759f593be8506 (patch) | |
tree | 583397f30ac05c5fab4c26523c408ba4f855c1bf /trace-events | |
parent | Start up a postcopy/listener thread ready for incoming page data (diff) | |
download | qemu-27c6825bd3749758fb9fcad44f3759f593be8506.tar.gz qemu-27c6825bd3749758fb9fcad44f3759f593be8506.tar.xz qemu-27c6825bd3749758fb9fcad44f3759f593be8506.zip |
postcopy: Wire up loadvm_postcopy_handle_ commands
Wire up more of the handlers for the commands on the destination side,
in particular loadvm_postcopy_handle_run now has enough to start the
guest running.
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/trace-events b/trace-events index 113029216d..a89778f99b 100644 --- a/trace-events +++ b/trace-events @@ -1215,6 +1215,8 @@ loadvm_handle_cmd_packaged_received(int ret) "%d" loadvm_postcopy_handle_advise(void) "" loadvm_postcopy_handle_listen(void) "" loadvm_postcopy_handle_run(void) "" +loadvm_postcopy_handle_run_cpu_sync(void) "" +loadvm_postcopy_handle_run_vmstart(void) "" loadvm_postcopy_ram_handle_discard(void) "" loadvm_postcopy_ram_handle_discard_end(void) "" loadvm_postcopy_ram_handle_discard_header(const char *ramid, uint16_t len) "%s: %ud" |