From 4f39178b3ab54538759df92a38655063f5d59301 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Tue, 14 May 2013 11:44:02 +0200 Subject: exec: eliminate qemu_put_ram_ptr Reviewed-by: Peter Maydell Signed-off-by: Paolo Bonzini --- trace-events | 3 --- 1 file changed, 3 deletions(-) (limited to 'trace-events') 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" -- cgit v1.2.1