summaryrefslogtreecommitdiff
path: root/trace-events
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2013-05-14 11:44:02 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2013-05-24 18:42:19 +0200
commit4f39178b3ab54538759df92a38655063f5d59301 (patch)
treeb01cbf1f35c2bc2dbf61f959e56d5d7b25e432f3 /trace-events
parentbbcfd2913cdb8623d1c57fa26bf481f34bf7989a (diff)
downloadqemu-4f39178b3ab54538759df92a38655063f5d59301.tar.gz
exec: eliminate qemu_put_ram_ptr
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'trace-events')
-rw-r--r--trace-events3
1 files changed, 0 insertions, 3 deletions
diff --git a/trace-events b/trace-events
index 9c73931f37..b123b0f38d 100644
--- a/trace-events
+++ b/trace-events
@@ -813,9 +813,6 @@ xen_map_cache_return(void* ptr) "%p"
xen_map_block(uint64_t phys_addr, uint64_t size) "%#"PRIx64", size %#"PRIx64
xen_unmap_block(void* addr, unsigned long size) "%p, size %#lx"
-# exec.c
-qemu_put_ram_ptr(void* addr) "%p"
-
# hw/xen_platform.c
xen_platform_log(char *s) "xen platform: %s"