Re: [Qemu-devel] [PATCH] configure: Fix build with ALSA audio driver

2012-07-17 Thread Daniel Gollub
Hi, On Monday, July 16, 2012 12:07:58 PM Stefan Hajnoczi wrote: > On Sun, Jul 15, 2012 at 03:49:13PM +0200, Stefan Weil wrote: > > One of the buildbot jobs should be configured with all sound options: > > > > --audio-card-list¬97,es1370,sb16,cs4231a,adlib,gus,hda > > --audio-drv-list=alsa,sdl,oss,

Re: [Qemu-devel] [PATCH] configure: Fix build with ALSA audio driver

2012-07-16 Thread Stefan Hajnoczi
On Sun, Jul 15, 2012 at 03:49:13PM +0200, Stefan Weil wrote: > One of the buildbot jobs should be configured with all sound options: > > --audio-card-list=ac97,es1370,sb16,cs4231a,adlib,gus,hda > --audio-drv-list=alsa,sdl,oss,esd,pa > --enable-mixemu > > That would have detected this bug (and mor

[Qemu-devel] [PATCH] configure: Fix build with ALSA audio driver

2012-07-15 Thread Stefan Weil
Since commit 417c9d72d48275d19c60861896efd4962d21aca2, all configure tests normally run with -Werror. Some of these tests now fail because they raised a compiler warning. Here a build breakage for ALSA (configure --audio-drv-list=alsa) is fixed. Signed-off-by: Stefan Weil --- One of the buildb