From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59335) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9YN4-0001U8-Ii for qemu-devel@nongnu.org; Tue, 22 Jul 2014 07:36:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X9YMw-0003pn-Qn for qemu-devel@nongnu.org; Tue, 22 Jul 2014 07:36:38 -0400 Received: from oxygen.pond.sub.org ([144.76.244.19]:60394) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9YMw-0003pf-Jr for qemu-devel@nongnu.org; Tue, 22 Jul 2014 07:36:30 -0400 From: Markus Armbruster References: <1406014135-1192-1-git-send-email-kraxel@redhat.com> Date: Tue, 22 Jul 2014 13:36:24 +0200 In-Reply-To: <1406014135-1192-1-git-send-email-kraxel@redhat.com> (Gerd Hoffmann's message of "Tue, 22 Jul 2014 09:28:55 +0200") Message-ID: <87r41dwrpj.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain 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: Gerd Hoffmann Cc: "Vassili Karpov (malc)" , qemu-devel@nongnu.org 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