diff options
author | Philippe Mathieu-Daudé | 2019-10-04 01:03:59 +0200 |
---|---|---|
committer | Laurent Vivier | 2019-10-24 20:28:01 +0200 |
commit | 8035f85ef3ef4bc7ad4e181b9ebfe3f620cf614b (patch) | |
tree | 589b93cbd67aa11dea58f0cbd78d1ee7c365de0b /hw/rtc/trace-events | |
parent | hw: Move DS1338 device from hw/timer/ to hw/rtc/ subdirectory (diff) | |
download | qemu-8035f85ef3ef4bc7ad4e181b9ebfe3f620cf614b.tar.gz qemu-8035f85ef3ef4bc7ad4e181b9ebfe3f620cf614b.tar.xz qemu-8035f85ef3ef4bc7ad4e181b9ebfe3f620cf614b.zip |
hw: Move Xilinx ZynqMP RTC from hw/timer/ to hw/rtc/ subdirectory
Move RTC devices under the hw/rtc/ subdirectory.
Remove Alistair outdated email address (see commit c22e580c2ad).
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Acked-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20191003230404.19384-10-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 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/rtc/trace-events b/hw/rtc/trace-events index ac9e0e0fba..7f1945ad4c 100644 --- a/hw/rtc/trace-events +++ b/hw/rtc/trace-events @@ -4,6 +4,9 @@ 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 +# xlnx-zynqmp-rtc.c +xlnx_zynqmp_rtc_gettime(int year, int month, int day, int hour, int min, int sec) "Get time from host: %d-%d-%d %2d:%02d:%02d" + # pl031.c pl031_irq_state(int level) "irq state %d" pl031_read(uint32_t addr, uint32_t value) "addr 0x%08x value 0x%08x" |