diff options
| author | Dr. David Alan Gilbert | 2018-03-12 18:21:17 +0100 |
|---|---|---|
| committer | Michael S. Tsirkin | 2018-03-20 15:40:37 +0100 |
| commit | dedfb4b21af6c5deb71c3c08b663dafec98e9f31 (patch) | |
| tree | a0297bbe4762b89a2be19adc7bcfe4b684b86600 /migration/trace-events | |
| parent | vhost+postcopy: Add vhost waker (diff) | |
| download | qemu-dedfb4b21af6c5deb71c3c08b663dafec98e9f31.tar.gz qemu-dedfb4b21af6c5deb71c3c08b663dafec98e9f31.tar.xz qemu-dedfb4b21af6c5deb71c3c08b663dafec98e9f31.zip | |
vhost+postcopy: Call wakeups
Cause the vhost-user client to be woken up whenever:
a) We place a page in postcopy mode
b) We get a fault and the page has already been received
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@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 b0acaaa8a0..1e353a317f 100644 --- a/migration/trace-events +++ b/migration/trace-events @@ -199,6 +199,7 @@ postcopy_ram_incoming_cleanup_entry(void) "" postcopy_ram_incoming_cleanup_exit(void) "" postcopy_ram_incoming_cleanup_join(void) "" postcopy_request_shared_page(const char *sharer, const char *rb, uint64_t rb_offset) "for %s in %s offset 0x%"PRIx64 +postcopy_request_shared_page_present(const char *sharer, const char *rb, uint64_t rb_offset) "%s already %s offset 0x%"PRIx64 postcopy_wake_shared(uint64_t client_addr, const char *rb) "at 0x%"PRIx64" in %s" save_xbzrle_page_skipping(void) "" |
