On Tue, 12 Sept 2023 at 14:41, Daniel P. Berrangé <[email protected]> wrote: > > This addresses > > https://gitlab.com/qemu-project/qemu/-/issues/1882 > > Which turned out to be a genuine flaw which we missed during merge > as the patch hitting master co-incided with the FreeBSD CI job > having an temporary outage due to changed release image version. > > Daniel P. Berrangé (4): > microbit: add missing qtest_quit() call > qtest: kill orphaned qtest QEMU processes on FreeBSD > gitlab: make Cirrus CI timeout explicit > gitlab: make Cirrus CI jobs gating > > .gitlab-ci.d/cirrus.yml | 4 +++- > .gitlab-ci.d/cirrus/build.yml | 2 ++ > tests/qtest/libqtest.c | 7 +++++++ > tests/qtest/microbit-test.c | 2 ++ > 4 files changed, 14 insertions(+), 1 deletion(-)
Thank you! Reviewed-by: Stefan Hajnoczi <[email protected]>
