Hi On Tue, Mar 6, 2018 at 8:40 AM, Gerd Hoffmann <kra...@redhat.com> wrote: > Add audio driver (host backend) registry. Add audio module support. > Enable module builds for alsa, oss, pulse and sdl. > > Gerd Hoffmann (7): > audio: add driver registry > audio: add module loading support > build: enable audio modules > audio/alsa: build as module > audio/oss: build as module > audio/pulseaudio: build as module > audio/sdl: build as module >
Is this a problem on my side? (configure '--audio-drv-list=oss,alsa,pa,sdl' '--enable-modules') elmarco@boraha:~/src/qemu/build (master %)$ x86_64-softmmu/qemu-system-x86_64 -audio-help Failed to open module: /home/elmarco/src/qemu/build/x86_64-softmmu/../audio-oss.so: undefined symbol: _TRACE_OSS_INVALID_AVAILABLE_SIZE_DSTATE Failed to open module: /home/elmarco/src/qemu/build/x86_64-softmmu/../audio-alsa.so: undefined symbol: _TRACE_ALSA_XRUN_OUT_DSTATE Failed to open module: /home/elmarco/src/qemu/build/x86_64-softmmu/../audio-pa.so: undefined symbol: audio_pt_unlock_and_signal Failed to open module: /home/elmarco/src/qemu/build/x86_64-softmmu/../audio-sdl.so: undefined symbol: audio_pcm_sw_write > configure | 7 ++++- > Makefile | 4 +++ > Makefile.objs | 1 + > audio/audio_int.h | 14 ++++----- > include/qemu/module.h | 1 + > audio/alsaaudio.c | 8 ++++- > audio/audio.c | 83 > +++++++++++++++++++++++++++++++++++---------------- > audio/coreaudio.c | 8 ++++- > audio/dsoundaudio.c | 8 ++++- > audio/noaudio.c | 8 ++++- > audio/ossaudio.c | 8 ++++- > audio/paaudio.c | 8 ++++- > audio/sdlaudio.c | 8 ++++- > audio/spiceaudio.c | 8 ++++- > audio/wavaudio.c | 8 ++++- > audio/Makefile.objs | 30 +++++++++++++------ > scripts/create_config | 2 +- > 17 files changed, 159 insertions(+), 55 deletions(-) > > -- > 2.9.3 > > -- Marc-André Lureau