diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2016-02-14 18:17:11 +0100 |
---|---|---|
committer | Timothy Pearson <tpearson@raptorengineering.com> | 2019-11-29 19:45:58 -0600 |
commit | 523a74d282e372a4bd9f7343cd35850f61cb60aa (patch) | |
tree | 821286816aa9bd81a3cca6ae5103de6e30a2168f /trace-events | |
parent | 2524bb435f72a4061531cd7ed7e765b4dc1219dc (diff) | |
download | hqemu-523a74d282e372a4bd9f7343cd35850f61cb60aa.zip hqemu-523a74d282e372a4bd9f7343cd35850f61cb60aa.tar.gz |
vring: remove
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Fam Zheng <famz@redhat.com>
Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'trace-events')
-rw-r--r-- | trace-events | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/trace-events b/trace-events index f986c81..61a133f 100644 --- a/trace-events +++ b/trace-events @@ -127,9 +127,6 @@ virtio_blk_data_plane_start(void *s) "dataplane %p" virtio_blk_data_plane_stop(void *s) "dataplane %p" virtio_blk_data_plane_process_request(void *s, unsigned int out_num, unsigned int in_num, unsigned int head) "dataplane %p out_num %u in_num %u head %u" -# hw/virtio/dataplane/vring.c -vring_setup(uint64_t physical, void *desc, void *avail, void *used) "vring physical %#"PRIx64" desc %p avail %p used %p" - # thread-pool.c thread_pool_submit(void *pool, void *req, void *opaque) "pool %p req %p opaque %p" thread_pool_complete(void *pool, void *req, void *opaque, int ret) "pool %p req %p opaque %p ret %d" |