The following changes since commit 38848ce565849e5b867a5e08022b3c755039c11a:
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210616' into staging (2021-06-16 17:02:30 +0100) are available in the Git repository at: git://git.kraxel.org/qemu tags/audio-20210617-pull-request for you to fetch changes up to 986bdbc6a29c4d7ef125299c5013783e30dc2cae: coreaudio: Fix output stream format settings (2021-06-17 12:00:26 +0200) ---------------------------------------------------------------- audio: bugfix collection. ---------------------------------------------------------------- Akihiko Odaki (2): audio: Fix format specifications of debug logs coreaudio: Fix output stream format settings Philippe Mathieu-Daudé (1): hw/audio/sb16: Avoid assertion by restricting I/O sampling rate range Volker Rümelin (4): alsaaudio: remove #ifdef DEBUG to avoid bit rot paaudio: remove unused stream flags audio: move code to audio/audio.c jackaudio: avoid that the client name contains the word (NULL) audio/audio_int.h | 2 ++ audio/alsaaudio.c | 10 +++---- audio/audio.c | 15 ++++++++--- audio/coreaudio.c | 48 +++++++++------------------------ audio/jackaudio.c | 3 +-- audio/paaudio.c | 10 ++----- hw/audio/sb16.c | 14 ++++++++++ tests/qtest/fuzz-sb16-test.c | 52 ++++++++++++++++++++++++++++++++++++ MAINTAINERS | 1 + tests/qtest/meson.build | 1 + 10 files changed, 102 insertions(+), 54 deletions(-) create mode 100644 tests/qtest/fuzz-sb16-test.c -- 2.31.1