Re: [Qemu-devel] [PATCH 2/7] audio: add module loading support

2018-03-06 Thread Marc-André Lureau
On Tue, Mar 6, 2018 at 8:40 AM, Gerd Hoffmann wrote: > Make audio_driver_lookup() try load the module in case it doesn't find > the driver in the registry. Also load all modules for -audio-help, so > the help output includes the help text for modular audio drivers. > > Signed-off-by: Gerd Hoffman

[Qemu-devel] [PATCH 2/7] audio: add module loading support

2018-03-05 Thread Gerd Hoffmann
Make audio_driver_lookup() try load the module in case it doesn't find the driver in the registry. Also load all modules for -audio-help, so the help output includes the help text for modular audio drivers. Signed-off-by: Gerd Hoffmann --- include/qemu/module.h | 1 + audio/audio.c | 2