On 19/02/2026 10.48, Marc-André Lureau wrote:
Hi
On Thu, Feb 19, 2026 at 10:13 AM Peter Maydell <[email protected]> wrote:
On Wed, 18 Feb 2026 at 09:03, <[email protected]> wrote:
From: Marc-André Lureau <[email protected]>
The following changes since commit ece408818d27f745ef1b05fb3cc99a1e7a5bf580:
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
(2026-02-13 10:30:08 +0000)
are available in the Git repository at:
https://gitlab.com/marcandre.lureau/qemu.git tags/audio-pull-request
for you to fetch changes up to 671f6b05e8939f01621250446d6d9a71c7758254:
audio: fix leak of audio capture name (2026-02-18 09:56:43 +0100)
----------------------------------------------------------------
audio cleanups
Hi; something in here seems to be causing the replay tests
in the functional-test suite to fail. I've tried retry on
the jobs several times so it doesn't seem to be an
intermittent or infrastructure thing. Examples:
https://gitlab.com/qemu-project/qemu/-/jobs/13179297572
https://gitlab.com/qemu-project/qemu/-/jobs/13179297533
https://gitlab.com/qemu-project/qemu/-/jobs/13179297557
Good catch, this is related to "replay: remove dependency on audio/",
changing the replay format.
I didn't realize there were scripts (scripts/replay-dump.py) checking
it (QEMU_CI=2 don't run those tests?).
You've got to set QEMU_CI_FUNCTIONAL to enable the functional tests in your CI:
https://www.qemu.org/docs/master/devel/testing/ci.html#qemu-ci-functional
HTH,
Thomas