]> git.proxmox.com Git - mirror_qemu.git/commit - MAINTAINERS
tests/qtest/sse-timer-test: Add simple test of the SSE counter
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 19 Feb 2021 14:46:17 +0000 (14:46 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 8 Mar 2021 17:20:03 +0000 (17:20 +0000)
commit1eca58aa1db79b077abf8c031c4d600998a5438d
treeabd601dcb0dbb7c6f481d411dbc2ea90749a910c
parentdd750743ecd01352ad7697cabd58cb26abf11efd
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
MAINTAINERS
tests/qtest/meson.build
tests/qtest/sse-timer-test.c [new file with mode: 0644]