Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260123074945.2563196-1-marcandre.lureau@redhat.com
Maintainers: Gerd Hoffmann <kraxel@redhat.com>, Christian Schoenebeck <qemu_oss@crudebyte.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Akihiko Odaki <odaki@rsg.ci.i.u-tokyo.ac.jp>, Thomas Huth <huth@tuxfamily.org>, Alexandre Ratchov <alex@caoua.org>, Laurent Vivier <laurent@vivier.eu>, Manos Pitsidianakis <manos.pitsidianakis@linaro.org>, "Michael S. Tsirkin" <mst@redhat.com>, Alistair Francis <alistair@alistair23.me>, "Edgar E. Iglesias" <edgar.iglesias@gmail.com>, Peter Maydell <peter.maydell@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>, "Daniel P. Berrangé" <berrange@redhat.com>, Eduardo Habkost <eduardo@habkost.net>, John Snow <jsnow@redhat.com>, Cleber Rosa <crosa@redhat.com>
meson.build | 25 +-
audio/audio_int.h | 59 +-
audio/audio_template.h | 78 +-
include/qemu/audio-capture.h | 24 +-
include/qemu/audio.h | 132 +-
include/qemu/module.h | 3 +-
include/system/replay.h | 11 +-
replay/replay-internal.h | 2 +
audio/alsaaudio.c | 30 +-
audio/audio-be.c | 276 ++
audio/audio-mixeng-be.c | 1983 +++++++++++++++
audio/audio.c | 2245 ++---------------
audio/dbusaudio.c | 46 +-
audio/dsoundaudio.c | 27 +-
audio/jackaudio.c | 27 +-
audio/noaudio.c | 27 +-
audio/ossaudio.c | 31 +-
audio/paaudio.c | 27 +-
audio/pwaudio.c | 27 +-
audio/sdlaudio.c | 27 +-
audio/sndioaudio.c | 27 +-
audio/spiceaudio.c | 27 +-
audio/wavaudio.c | 27 +-
audio/wavcapture.c | 7 +-
hw/audio/ac97.c | 42 +-
hw/audio/adlib.c | 31 +-
hw/audio/asc.c | 20 +-
hw/audio/cs4231a.c | 18 +-
hw/audio/es1370.c | 26 +-
hw/audio/gus.c | 11 +-
hw/audio/hda-codec.c | 36 +-
hw/audio/lm4549.c | 20 +-
hw/audio/pcspk.c | 8 +-
hw/audio/sb16.c | 22 +-
hw/audio/via-ac97.c | 20 +-
hw/audio/virtio-snd.c | 36 +-
hw/audio/wm8750.c | 43 +-
hw/display/xlnx_dp.c | 16 +-
hw/usb/dev-audio.c | 18 +-
replay/replay-audio.c | 51 +-
replay/replay.c | 2 +-
replay/stubs-system.c | 8 +-
tests/audio/audio-stubs.c | 53 +
tests/audio/test-audio.c | 582 +++++
ui/dbus.c | 20 +-
ui/vnc.c | 4 +-
audio/coreaudio.m | 27 +-
audio/meson.build | 10 +-
audio/trace-events | 4 +
qemu-options.hx | 22 +-
.../codeconverter/test_regexps.py | 1 -
scripts/modinfo-generate.py | 146 +-
tests/audio/meson.build | 18 +
tests/meson.build | 1 +
54 files changed, 3999 insertions(+), 2512 deletions(-)
create mode 100644 audio/audio-be.c
create mode 100644 audio/audio-mixeng-be.c
create mode 100644 tests/audio/audio-stubs.c
create mode 100644 tests/audio/test-audio.c
create mode 100644 tests/audio/meson.build