From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59622) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VEdb9-0007Mi-Lj for qemu-devel@nongnu.org; Wed, 28 Aug 2013 07:07:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VEdb1-0005sR-08 for qemu-devel@nongnu.org; Wed, 28 Aug 2013 07:07:39 -0400 Received: from mail-ea0-f172.google.com ([209.85.215.172]:55989) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VEdb0-0005sL-QG for qemu-devel@nongnu.org; Wed, 28 Aug 2013 07:07:30 -0400 Received: by mail-ea0-f172.google.com with SMTP id r16so2895164ead.3 for ; Wed, 28 Aug 2013 04:07:15 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <521DD9DE.8060403@redhat.com> Date: Wed, 28 Aug 2013 13:07:10 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1377631034-24409-1-git-send-email-bsd@redhat.com> <87bo4igou0.fsf@blackfin.pond.sub.org> In-Reply-To: <87bo4igou0.fsf@blackfin.pond.sub.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] Make mixer emulation configurable at runtime List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: Bandan Das , qemu-devel@nongnu.org, Gerd Hoffmann Il 28/08/2013 11:13, Markus Armbruster ha scritto: > 1. Why is CONFIG_MIXEMU off by default? > > We generally default optional code to "on", to avoid bit-rot. We > make exceptions only when the optional code is truly unwanted by a > clear majority of our users. Why would anyone want hda audio devices > without a mixer? malc said mixer emulation was slower and didn't want it enabled by default. Paolo