aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/trace-events
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2018-02-08 19:26:51 +0200
committerMichael S. Tsirkin <mst@redhat.com>2018-02-08 19:26:51 +0200
commitf41d912023e777d95e782a1ade6338c5fed8b842 (patch)
tree56fdcb6ea5b802706777cc017059dc1cd596b9d7 /hw/virtio/trace-events
parent008a51bbb343972dd8cf09126da8c3b87f4e1c96 (diff)
Revert "vhost: add traces for memory listeners"
This reverts commit 0750b060216de69ed1f14bc08181bf4ad27fc622. Follow up patches are reworking the memory listeners, the new mechanism will add its own set of traces. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/virtio/trace-events')
-rw-r--r--hw/virtio/trace-events6
1 files changed, 0 insertions, 6 deletions
diff --git a/hw/virtio/trace-events b/hw/virtio/trace-events
index 2b8f81eb25..775461ae98 100644
--- a/hw/virtio/trace-events
+++ b/hw/virtio/trace-events
@@ -25,9 +25,3 @@ virtio_balloon_handle_output(const char *name, uint64_t gpa) "section name: %s g
virtio_balloon_get_config(uint32_t num_pages, uint32_t actual) "num_pages: %d actual: %d"
virtio_balloon_set_config(uint32_t actual, uint32_t oldactual) "actual: %d oldactual: %d"
virtio_balloon_to_target(uint64_t target, uint32_t num_pages) "balloon target: 0x%"PRIx64" num_pages: %d"
-
-# hw/virtio/vhost.c
-vhost_region_add(void *p, const char *mr) "dev %p mr %s"
-vhost_region_del(void *p, const char *mr) "dev %p mr %s"
-vhost_iommu_region_add(void *p, const char *mr) "dev %p mr %s"
-vhost_iommu_region_del(void *p, const char *mr) "dev %p mr %s"