summaryrefslogtreecommitdiff
path: root/trace-events
diff options
context:
space:
mode:
authorMichael Walle <michael@walle.cc>2011-02-17 23:45:08 +0100
committerEdgar E. Iglesias <edgar.iglesias@gmail.com>2011-03-07 13:42:36 +0100
commit15d7dc4f8086b9d0a09fbcf28ee1654a210351dd (patch)
tree9139b699854bff0ecc58cf989b0bc802fbfd49d6 /trace-events
parent4ef66fa71882a8f8682d9a8d1528e1ec98c264e5 (diff)
downloadqemu-15d7dc4f8086b9d0a09fbcf28ee1654a210351dd.tar.gz
lm32: juart model
This patch adds the JTAG UART model. It is accessed through special control registers and opcodes. Therefore the translation uses callbacks to this model. Signed-off-by: Michael Walle <michael@walle.cc> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Diffstat (limited to 'trace-events')
-rw-r--r--trace-events6
1 files changed, 6 insertions, 0 deletions
diff --git a/trace-events b/trace-events
index 557375e4e6..966099f24d 100644
--- a/trace-events
+++ b/trace-events
@@ -263,3 +263,9 @@ disable lm32_pic_set_im(uint32_t im) "im 0x%08x"
disable lm32_pic_set_ip(uint32_t ip) "ip 0x%08x"
disable lm32_pic_get_im(uint32_t im) "im 0x%08x"
disable lm32_pic_get_ip(uint32_t ip) "ip 0x%08x"
+
+# hw/lm32_juart.c
+disable lm32_juart_get_jtx(uint32_t value) "jtx 0x%08x"
+disable lm32_juart_set_jtx(uint32_t value) "jtx 0x%08x"
+disable lm32_juart_get_jrx(uint32_t value) "jrx 0x%08x"
+disable lm32_juart_set_jrx(uint32_t value) "jrx 0x%08x"