On 29.05.2025 10:26, Michael Tokarev wrote:
On 15.05.2025 08:42, Volker Rümelin wrote:
A few audio related fixes for 10.1.
The virtio-sound device is the first QEMU audio front end that
supports floating point samples. The audio subsystem is only partially
prepared for this. The commit message of patch 7/7 "audio: add float
sample endianness converters" has the details. The new code paths in
patch 7/7 are only compile tested. I don't have a big endian host to
test.
..
Volker Rümelin (7):
tests/functional: use 'none' audio driver for q800 tests
audio: fix SIGSEGV in AUD_get_buffer_size_out()
audio: fix size calculation in AUD_get_buffer_size_out()
hw/audio/asc: fix SIGSEGV in asc_realize()
hw/audio/asc: replace g_malloc0() with g_malloc()
audio/mixeng: remove unnecessary pointer type casts
audio: add float sample endianness converters
Is there anything here which is worth to apply to qemu-stable?
(10.0.x is supposed to be an LTS series).
I'm picking up
audio: fix SIGSEGV in AUD_get_buffer_size_out()
audio: fix size calculation in AUD_get_buffer_size_out()
hw/audio/asc: fix SIGSEGV in asc_realize()
for the stable series. Please let me know if I shouldn't.
BTW, Volker, it looks like email from me to your address @t-online
does not work.
Thanks,
/mjt