On Mon, 14 Jan 2019 at 10:20, Daniel P. Berrangé <berra...@redhat.com> wrote: > If you don't have SDL then there's no audio driver impl available for > QEMU, so configure fails with: > > ERROR: sdl not found or disabled, can not use sdl audio driver
Ideally we should fix configure/the audio driver selection logic so that if SDL is not available or disabled then 'sdl' is removed from the set of possible audio devices and not selected as the default for OpenBSD (and if necessary fix things so we can build a QEMU with no audio drivers at all, falling back to the null driver, ie no sound). It would also be good to make the various BSD images have SDL2 installed, for the compile coverage. thanks -- PMM