summaryrefslogtreecommitdiff
path: root/trace-events
diff options
context:
space:
mode:
authorMichael Walle <michael@walle.cc>2014-04-22 20:18:44 +0200
committerMichael Walle <michael@walle.cc>2014-05-24 19:43:52 +0200
commit25156d10617794f9399d676ccd9a20f52e0c9f21 (patch)
tree26cff3ef4a9908757d47df707f3d1da31a123082 /trace-events
parent4e7d30a22a46b6bb5551725db781c2d94db2d5f8 (diff)
downloadqemu-25156d10617794f9399d676ccd9a20f52e0c9f21.tar.gz
lm32: remove lm32_sys
Since we have now semihosting on the lm32 target, this device is no longer needed. Remove it. Signed-off-by: Michael Walle <michael@walle.cc>
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 b6d289d720..7a415d952a 100644
--- a/trace-events
+++ b/trace-events
@@ -627,9 +627,6 @@ lm32_uart_memory_write(uint32_t addr, uint32_t value) "addr 0x%08x value 0x%08x"
lm32_uart_memory_read(uint32_t addr, uint32_t value) "addr 0x%08x value 0x%08x"
lm32_uart_irq_state(int level) "irq state %d"
-# hw/misc/lm32_sys.c
-lm32_sys_memory_write(uint32_t addr, uint32_t value) "addr 0x%08x value 0x%08x"
-
# hw/scsi/megasas.c
megasas_init_firmware(uint64_t pa) "pa %" PRIx64 " "
megasas_init_queue(uint64_t queue_pa, int queue_len, uint64_t head, uint64_t tail, uint32_t flags) "queue at %" PRIx64 " len %d head %" PRIx64 " tail %" PRIx64 " flags %x"