From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=42010 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PCw0N-0000Gy-VE for qemu-devel@nongnu.org; Mon, 01 Nov 2010 11:09:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PCw0G-00020v-Pz for qemu-devel@nongnu.org; Mon, 01 Nov 2010 11:08:57 -0400 Received: from fe01x03-cgp.akado.ru ([77.232.31.164]:59440 helo=akado.ru) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PCw0G-00020X-Jp for qemu-devel@nongnu.org; Mon, 01 Nov 2010 11:08:56 -0400 Date: Mon, 1 Nov 2010 18:08:53 +0300 (MSK) From: malc In-Reply-To: <1288613132-9239-1-git-send-email-kraxel@redhat.com> Message-ID: References: <1288613132-9239-1-git-send-email-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: [Qemu-devel] Re: [PATCH v2] Add Intel HD Audio support to qemu. List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On Mon, 1 Nov 2010, Gerd Hoffmann wrote: > This patch adds three devices to qemu: > > intel-hda > Intel HD Audio Controller, the PCI device. Provides a HDA bus. > Emulates ICH6 at the moment. Adding a ICH9 PCIE > variant shouldn't be hard. > > hda-duplex > HDA Codec. Attaches to the HDA bus. Supports 16bit stereo, > rates 16k -> 96k, playback, recording and volume control > (with CONFIG_MIXEMU=y). > > hda-output > HDA Codec without recording support. Subset of the hda-duplex > codec. Use this if you don't want your guests access your mic. > > Usage: add '-device intel-hda -device hda-duplex' to your command line. > [..snip..] Applied, thanks. -- mailto:av1474@comtv.ru