]> git.proxmox.com Git - mirror_qemu.git/commit
hw/misc: Add QTest for NPCM7XX PWM Module
authorHao Wu <wuhaotsh@google.com>
Fri, 8 Jan 2021 19:09:44 +0000 (11:09 -0800)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 12 Jan 2021 21:19:02 +0000 (21:19 +0000)
commit73314f1384588e9dfd98b50f7232a9d8b4a60e2a
treec5ada9790e61efbb4f5456950386ab64c37182ef
parent1e943c586a03f049be8f4080376884f1d4971592
hw/misc: Add QTest for NPCM7XX PWM Module

We add a qtest for the PWM in the previous patch. It proves it works as
expected.

Reviewed-by: Havard Skinnemoen <hskinnemoen@google.com>
Reviewed-by: Tyrone Ting <kfting@nuvoton.com>
Signed-off-by: Hao Wu <wuhaotsh@google.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20210108190945.949196-6-wuhaotsh@google.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
tests/qtest/meson.build
tests/qtest/npcm7xx_pwm-test.c [new file with mode: 0644]