Re: [PATCH v4 3/3] tests/qtest: add k230 dwapb timer test
Bin Meng <[email protected]>
| Newsgroups | org.nongnu.qemu-riscv,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <CAEUhbmWtJRdeBAE4FHXLQm4Ow=tKYhnyGrQotsgXmbKHWTBVyA@mail.gmail.com> |
On Thu, Aug 13, 2026 at 9:37 PM raoyi <[email protected]> wrote: > > Add qtest coverage for K230 DW APB timer including > free-running, periodic, interrupt mask, disable > behavior, current value, dynamic reload, and > multi-channel scenarios. nits: please make sure the commit message width is about 70 characters per line. > > Add timer test file to MAINTAINERS. > > Signed-off-by: raoyi <[email protected]> > --- > MAINTAINERS | 1 + > tests/qtest/k230-dwapb-timer-test.c | 274 ++++++++++++++++++++++++++++ > tests/qtest/meson.build | 4 +- > 3 files changed, 278 insertions(+), 1 deletion(-) > create mode 100644 tests/qtest/k230-dwapb-timer-test.c > Other than that, Reviewed-by: Bin Meng <[email protected]>