Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260315201646.96862-1-heifetz@yandex-team.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, "Dr. David Alan Gilbert" <dave@treblig.org>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Yanan Wang <wangyanan55@huawei.com>, Zhao Liu <zhao1.liu@intel.com>, "Daniel P. Berrangé" <berrange@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>, Fabiano Rosas <farosas@suse.de>, Laurent Vivier <lvivier@redhat.com>
Kconfig.host | 3 ++
audio/meson.build | 4 ++
hmp-commands-info.hx | 2 +
hmp-commands.hx | 2 +
hw/audio/Kconfig | 21 ++++----
hw/audio/pcspk.c | 12 ++++-
hw/core/machine.c | 6 +++
hw/core/qdev-properties-system.c | 2 +
hw/i386/pc.c | 2 +
hw/usb/Kconfig | 2 +-
meson.build | 83 ++++++++++++++++++--------------
meson_options.txt | 3 ++
qapi/audio.json | 3 +-
qapi/ui.json | 2 +-
qemu-options.hx | 9 ++++
qom/object.c | 2 +
replay/meson.build | 9 +++-
replay/replay-audio-stub.c | 21 ++++++++
replay/stubs-system.c | 12 -----
scripts/meson-buildoptions.sh | 3 ++
system/runstate.c | 2 +
system/vl.c | 8 +++
tests/audio/meson.build | 2 +-
tests/qtest/libqtest.c | 2 +
ui/dbus.c | 8 +++
ui/vnc.c | 27 +++++++++++
26 files changed, 190 insertions(+), 62 deletions(-)
create mode 100644 replay/replay-audio-stub.c