diff options
author | Peter Maydell | 2021-02-19 15:46:17 +0100 |
---|---|---|
committer | Peter Maydell | 2021-03-08 18:20:03 +0100 |
commit | 1eca58aa1db79b077abf8c031c4d600998a5438d (patch) | |
tree | abd601dcb0dbb7c6f481d411dbc2ea90749a910c /MAINTAINERS | |
parent | docs/system/arm/mps2.rst: Document the new mps3-an547 board (diff) | |
download | qemu-1eca58aa1db79b077abf8c031c4d600998a5438d.tar.gz qemu-1eca58aa1db79b077abf8c031c4d600998a5438d.tar.xz qemu-1eca58aa1db79b077abf8c031c4d600998a5438d.zip |
tests/qtest/sse-timer-test: Add simple test of the SSE counter
Add a simple qtest to exercise the new system counter device in the
SSE-300.
We'll add tests of the system timer device here too, so this includes
scaffolding (register definitions, etc) for those.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20210219144617.4782-45-peter.maydell@linaro.org
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index bd863cfeca..be8385255d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -757,6 +757,7 @@ F: hw/timer/sse-counter.c F: include/hw/timer/sse-counter.h F: hw/timer/sse-timer.c F: include/hw/timer/sse-timer.h +F: tests/qtest/sse-timer-test.c F: docs/system/arm/mps2.rst Musca |