@samitouri / QOSamiQemu / commits / e4ae434836

tests/qtest: remove trace output from k230 watchdog test

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 <chao.liu@processmission.com> Reviewed-by: Bin Meng <bin.meng@processmission.com> Message-ID: <20260813054329.35425-1-chao.liu@processmission.com> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>

Chao Liu committed Aug 13, 2026 at 13:43 UTC e4ae434836a98039ed0511dea506992b55e55865
1 file changed +1 -1
tests/qtest/k230-wdt-test.c
+1 -1
@@ -76,7 +76,7 @@ static void test_counter_restart(void)
76
77 static void test_interrupt_mode(void)
78 {
79 - QTestState *qts = qtest_init("-machine k230 --trace k230_*,file=k230.log");
79 + QTestState *qts = qtest_init("-machine k230");
80
81 /* Set interrupt mode and enable watchdog */
82 qtest_writel(qts, WDT_BASE + K230_WDT_CR,