mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 02:54:58 -06:00
tests/qtest: sifive-e-aon-watchdog-test.c: Add QTest of watchdog of sifive_e
Add some simple tests of the watchdog timer in the always-on domain device of HiFive 1 rev b. Signed-off-by: Tommy Wu <tommy.wu@sifive.com> Reviewed-by: Frank Chang <frank.chang@sifive.com> Acked-by: Thomas Huth <thuth@redhat.com> Acked-by: Alistair Francis <alistair.francis@wdc.com> Message-Id: <20230627141216.3962299-4-tommy.wu@sifive.com> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
parent
82193640c4
commit
2f849e9d7a
2 changed files with 453 additions and 0 deletions
|
@ -234,6 +234,9 @@ qtests_s390x = \
|
|||
'cpu-plug-test',
|
||||
'migration-test']
|
||||
|
||||
qtests_riscv32 = \
|
||||
(config_all_devices.has_key('CONFIG_SIFIVE_E_AON') ? ['sifive-e-aon-watchdog-test'] : [])
|
||||
|
||||
qos_test_ss = ss.source_set()
|
||||
qos_test_ss.add(
|
||||
'ac97-test.c',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue