From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53782) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMAQ3-0002R4-CV for qemu-devel@nongnu.org; Tue, 26 Aug 2014 02:39:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XMAPx-0003Ga-12 for qemu-devel@nongnu.org; Tue, 26 Aug 2014 02:39:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38483) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMAPw-0003GQ-PF for qemu-devel@nongnu.org; Tue, 26 Aug 2014 02:39:44 -0400 Message-ID: <1409035154.8727.14.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Tue, 26 Aug 2014 08:39:14 +0200 In-Reply-To: <87oavzav61.fsf@blackfin.pond.sub.org> References: <1406014135-1192-1-git-send-email-kraxel@redhat.com> <87r41dwrpj.fsf@blackfin.pond.sub.org> <87oavzav61.fsf@blackfin.pond.sub.org> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] tests: set QEMU_AUDIO_DRV=none for pci sound cards List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: Stefan Hajnoczi , "Vassili Karpov (malc)" , qemu-devel@nongnu.org On Di, 2014-08-05 at 16:05 +0200, Markus Armbruster wrote: > Ping? Back online. What is the state here? I've seen Stefan (Cc'ed) posted a different patch for the same issue? Anything merged meanwhile? cheers, Gerd > > Markus Armbruster writes: > > > Gerd Hoffmann writes: > > > >> This way the tests run without sound hardware being present > >> on the build machine. Even with sound hardware it IMO isn't > >> very useful to use it in regression testing. Once the sound > >> card tests are advanced enougth that they try to actually > >> play sound we probably want the guests sound output written > >> to a file (via QEMU_AUDIO_DRV=wav) rather than played on the > >> build machines sound hardware. > >> > >> Signed-off-by: Gerd Hoffmann > > > > Bonus: I no longer get "audio: Could not init `oss' audio driver" noise. > > > > Reviewed-by: Markus Armbruster