This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-mainline-allnoconfig in repository toolchain/ci/qemu.
from 7cb6b97300 Merge remote-tracking branch 'remotes/kraxel/tags/ui-2021011 [...] adds ef26632e3a sdlaudio: remove leftover SDL1.2 code adds ff69c481a2 audio: fix bit-rotted code adds 5a0926c23f sdlaudio: add -audiodev sdl,out.buffer-count option adds 14cefe14bb sdlaudio: don't start playback in init routine adds bcce2ea5f6 sdlaudio: always clear the sample buffer adds e02d178f78 sdlaudio: fill remaining sample buffer with silence adds ce31f099fb sdlaudio: replace legacy functions with modern ones adds a2893c8303 audio: split pcm_ops function get_buffer_in adds c2031dea89 sdlaudio: add recording functions adds 1d8549ad5e audio: break generic buffer dependency on mixing-engine adds bd37ede4eb sdlaudio: enable (in|out).mixing-engine=off adds 6fb0cd5054 audio: remove remaining unused plive code adds bea29e9f2e paaudio: avoid to clip samples multiple times adds e270c54826 paaudio: wait for PA_STREAM_READY in qpa_write() adds 7007cd3fc8 paaudio: wait until the playback stream is ready adds 521ce71425 paaudio: remove unneeded code adds cffd2fdf2c paaudio: comment bugs in functions qpa_init_* adds 00413ed9c2 paaudio: limit minreq to 75% of audio timer_rate adds d9a8b27a7e paaudio: send recorded data in smaller chunks adds 401dcf0540 dsoundaudio: replace GetForegroundWindow() adds 3c18e43179 dsoundaudio: rename dsound_open() adds 1157506161 dsoundaudio: enable f32 audio sample format adds 2d96a00587 dsoundaudio: fix log message adds 6c6886bd01 audio: Add braces for statements/fix braces' position adds 3c8de96c07 audio: Add spaces around operator/delete redundant spaces adds dcf10e4095 audio: foo* bar" should be "foo *bar". adds c60840c758 audio: Fix lines over 90 characters adds dea7d84fcf audio: Don't use '%#' in format strings adds 289db3c5a2 audio: Suspect code indent for conditional statements adds 8abf3feb4d audio: space prohibited between function name and parenthesis'(' adds 825a215c00 Merge remote-tracking branch 'remotes/kraxel/tags/audio-2021 [...] new 5d593bdf10 pci/shpc: don't push attention button when ejecting powered- [...] new 6da32fe5ef vhost-user-fs: add the "bootindex" property new 6f9ec653f3 acpi: Allow DSDT acpi table changes new 4c4465ff1c acpi: Fix unmatched expected DSDT.pxb file new e41ee85528 acpi: Add addr offset in build_crs new 0cf8882fd0 acpi/gpex: Inform os to keep firmware resource map new aee519c210 acpi/gpex: Exclude pxb's resources from PCI0 new cc9346e4a9 Kconfig: Compile PXB for ARM_VIRT new f698a88a77 acpi: Enable pxb unit-test for ARM virt machine new ccee1a8140 acpi: Update _DSM method in expected files new e0cbcf1eea Merge remote-tracking branch 'remotes/mst/tags/for_upstream' [...]
The 11 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: audio/alsaaudio.c | 18 +-- audio/audio.c | 74 ++++----- audio/audio_int.h | 2 + audio/audio_legacy.c | 3 +- audio/audio_template.h | 26 ++-- audio/audio_win_int.c | 73 +++++---- audio/coreaudio.c | 17 +-- audio/dsound_template.h | 2 +- audio/dsoundaudio.c | 56 ++++--- audio/jackaudio.c | 3 +- audio/noaudio.c | 1 + audio/ossaudio.c | 13 +- audio/paaudio.c | 73 +++++++-- audio/sdlaudio.c | 305 +++++++++++++++++++++++++++----------- audio/spiceaudio.c | 1 + hw/acpi/aml-build.c | 18 ++- hw/i386/acpi-build.c | 3 +- hw/pci-bridge/Kconfig | 2 +- hw/pci-host/gpex-acpi.c | 87 ++++++++--- hw/pci/shpc.c | 4 +- hw/virtio/vhost-user-fs-pci.c | 2 + hw/virtio/vhost-user-fs.c | 10 ++ include/hw/acpi/aml-build.h | 4 +- include/hw/virtio/vhost-user-fs.h | 1 + qapi/audio.json | 33 ++++- qemu-options.hx | 8 +- tests/data/acpi/microvm/DSDT.pcie | Bin 3023 -> 3031 bytes tests/data/acpi/virt/DSDT | Bin 5196 -> 5204 bytes tests/data/acpi/virt/DSDT.memhp | Bin 6557 -> 6565 bytes tests/data/acpi/virt/DSDT.numamem | Bin 5196 -> 5204 bytes tests/data/acpi/virt/DSDT.pxb | Bin 7802 -> 7689 bytes tests/qtest/bios-tables-test.c | 4 - 32 files changed, 566 insertions(+), 277 deletions(-)