From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53210) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VIuUx-0003RH-P3 for qemu-devel@nongnu.org; Mon, 09 Sep 2013 01:59:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VIuUr-0001Z7-K6 for qemu-devel@nongnu.org; Mon, 09 Sep 2013 01:58:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:63250) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VIuUr-0001Xz-2z for qemu-devel@nongnu.org; Mon, 09 Sep 2013 01:58:49 -0400 Message-ID: <1378706323.3432.0.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Mon, 09 Sep 2013 07:58:43 +0200 In-Reply-To: <1378529640-20263-1-git-send-email-bsd@redhat.com> References: <1378529640-20263-1-git-send-email-bsd@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 0/3] Make mixer emulation configurable at runtime List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bandan Das Cc: Paolo Bonzini , Jan Kiszka , qemu-devel@nongnu.org, Markus Armbruster On Sa, 2013-09-07 at 00:53 -0400, Bandan Das wrote: > Currently, hda-codec mixer emulation can only be enabled by using the > "--enable-mixemu" option to configure at compile time with the default > value being off. These patches enable making mixer emulation > selectable > at runtime which is more convenient. Consequently, the last patch in > this > series removes the mixemu configuration option. Reviewed-by: Gerd Hoffmann