On Thu, 5 Sept 2024 at 17:55, Peter Maydell <peter.mayd...@linaro.org> wrote: > > I noticed that 'make vm-build-openbsd' had bitrotted a bit: > * two tests for the stm32l4x5 forgot a qtest_quit(), which meant > they would pass all their subtests but then timeout because the > underlying QEMU process never exited > * the ahci-test timeout was a bit aggressive > > This patchset fixes these. > > thanks > -- PMM > > Peter Maydell (2): > tests/qtest: Add missing qtest_quit() to stm32 tests > tests/qtest: Bump timeout on ahci-test
I've applied these directly to master to fix the test failures when I apply a pullreq. thanks -- PMM