diff options
author | Philippe Mathieu-Daudé | 2019-10-04 01:03:56 +0200 |
---|---|---|
committer | Laurent Vivier | 2019-10-24 20:23:15 +0200 |
commit | 2811ac30596644c1bfc3eee4e2ebffd2a107c3e4 (patch) | |
tree | 7a4d1da706036cb03f4d18e46618a7f2ac1a314e /hw/rtc/trace-events | |
parent | hw: Move M41T80 device from hw/timer/ to hw/rtc/ subdirectory (diff) | |
download | qemu-2811ac30596644c1bfc3eee4e2ebffd2a107c3e4.tar.gz qemu-2811ac30596644c1bfc3eee4e2ebffd2a107c3e4.tar.xz qemu-2811ac30596644c1bfc3eee4e2ebffd2a107c3e4.zip |
hw: Move sun4v hypervisor RTC from hw/timer/ to hw/rtc/ subdirectory
Move RTC devices under the hw/rtc/ subdirectory.
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Artyom Tarasenko <atar4qemu@gmail.com>
Message-Id: <20191003230404.19384-7-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'hw/rtc/trace-events')
-rw-r--r-- | hw/rtc/trace-events | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/rtc/trace-events b/hw/rtc/trace-events index 54c94ac557..ac9e0e0fba 100644 --- a/hw/rtc/trace-events +++ b/hw/rtc/trace-events @@ -1,5 +1,9 @@ # See docs/devel/tracing.txt for syntax documentation. +# sun4v-rtc.c +sun4v_rtc_read(uint64_t addr, uint64_t value) "read: addr 0x%" PRIx64 " value 0x%" PRIx64 +sun4v_rtc_write(uint64_t addr, uint64_t value) "write: addr 0x%" PRIx64 " value 0x%" PRIx64 + # pl031.c pl031_irq_state(int level) "irq state %d" pl031_read(uint32_t addr, uint32_t value) "addr 0x%08x value 0x%08x" |