Re: [PATCH] tests/qtest: remove trace output from k230 watchdog test
Bin Meng <[email protected]>
| Newsgroups | org.nongnu.qemu-riscv,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <CAEUhbmUqMbnqWXuxn-FAV5YXofMuc6+L=aGuc=YmF7e=BBMUDw@mail.gmail.com> |
On Thu, Aug 13, 2026 at 1:44 PM Chao Liu <[email protected]> wrote: > > The interrupt mode test does not depend on trace output, but passes a > trace file to QEMU. This makes startup fail when QEMU is built without > the log or simple trace backend, so qtest cannot connect. > > Drop the unnecessary trace option. > > Resolves: https://gitlab.com/qemu-project/qemu/-/work_items/4126 > > Signed-off-by: Chao Liu <[email protected]> > --- > tests/qtest/k230-wdt-test.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Reviewed-by: Bin Meng <[email protected]>