diff options
| author | Dr. David Alan Gilbert | 2018-03-12 18:21:06 +0100 |
|---|---|---|
| committer | Michael S. Tsirkin | 2018-03-20 04:03:28 +0100 |
| commit | 6864a7b5aced6d8d9b287b92db8d7a996ea2e8a3 (patch) | |
| tree | 84755be6b91f51835ef5ad85247ba0c7e045617b /hw/virtio/trace-events | |
| parent | vhost+postcopy: Register shared ufd with postcopy (diff) | |
| download | qemu-6864a7b5aced6d8d9b287b92db8d7a996ea2e8a3.tar.gz qemu-6864a7b5aced6d8d9b287b92db8d7a996ea2e8a3.tar.xz qemu-6864a7b5aced6d8d9b287b92db8d7a996ea2e8a3.zip | |
vhost+postcopy: Transmit 'listen' to slave
Notify the vhost-user slave on reception of the 'postcopy-listen'
event from the source.
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/virtio/trace-events')
| -rw-r--r-- | hw/virtio/trace-events | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/virtio/trace-events b/hw/virtio/trace-events index 742ff0f90b..06ec03d6e7 100644 --- a/hw/virtio/trace-events +++ b/hw/virtio/trace-events @@ -6,6 +6,9 @@ vhost_region_add_section(const char *name, uint64_t gpa, uint64_t size, uint64_t vhost_region_add_section_abut(const char *name, uint64_t new_size) "%s: 0x%"PRIx64 vhost_section(const char *name, int r) "%s:%d" +# hw/virtio/vhost-user.c +vhost_user_postcopy_listen(void) "" + # hw/virtio/virtio.c virtqueue_alloc_element(void *elem, size_t sz, unsigned in_num, unsigned out_num) "elem %p size %zd in_num %u out_num %u" virtqueue_fill(void *vq, const void *elem, unsigned int len, unsigned int idx) "vq %p elem %p len %u idx %u" |
