From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37873) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sqj9v-0000Qb-J2 for qemu-devel@nongnu.org; Mon, 16 Jul 2012 07:08:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sqj9o-0000fo-51 for qemu-devel@nongnu.org; Mon, 16 Jul 2012 07:08:11 -0400 Received: from e06smtp18.uk.ibm.com ([195.75.94.114]:42537) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sqj9n-0000cF-SX for qemu-devel@nongnu.org; Mon, 16 Jul 2012 07:08:04 -0400 Received: from /spool/local by e06smtp18.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 16 Jul 2012 12:08:02 +0100 Received: from d06av07.portsmouth.uk.ibm.com (d06av07.portsmouth.uk.ibm.com [9.149.37.248]) by d06nrmr1307.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q6GB80xG2736138 for ; Mon, 16 Jul 2012 12:08:00 +0100 Received: from d06av07.portsmouth.uk.ibm.com (d06av07.portsmouth.uk.ibm.com [127.0.0.1]) by d06av07.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q6GAn00D009045 for ; Mon, 16 Jul 2012 06:49:01 -0400 Date: Mon, 16 Jul 2012 12:07:58 +0100 From: Stefan Hajnoczi Message-ID: <20120716110758.GA6612@stefanha-thinkpad.localdomain> References: <1342360153-26487-1-git-send-email-sw@weilnetz.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1342360153-26487-1-git-send-email-sw@weilnetz.de> Subject: Re: [Qemu-devel] [PATCH] configure: Fix build with ALSA audio driver List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Daniel Gollub Cc: Blue Swirl , Stefan Weil , qemu-devel@nongnu.org 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 more potential bugs in the future). Daniel, please could you add these ./configure options to the qemu.git buildbot? I have tested on the yuzuki buildbot with Stefan Weil's patch applied. Yuzuki has the library headers installed so we can build it all and get better coverage. Thanks, Stefan