From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L8IW1-0001T5-Px for qemu-devel@nongnu.org; Thu, 04 Dec 2008 13:01:29 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L8IW0-0001Sf-BU for qemu-devel@nongnu.org; Thu, 04 Dec 2008 13:01:29 -0500 Received: from [199.232.76.173] (port=35103 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L8IW0-0001SY-4n for qemu-devel@nongnu.org; Thu, 04 Dec 2008 13:01:28 -0500 Received: from savannah.gnu.org ([199.232.41.3]:42313 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L8IVz-0007yP-OI for qemu-devel@nongnu.org; Thu, 04 Dec 2008 13:01:27 -0500 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1L8IVz-00029z-9f for qemu-devel@nongnu.org; Thu, 04 Dec 2008 18:01:27 +0000 Received: from malc by cvs.savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1L8IVz-00029v-20 for qemu-devel@nongnu.org; Thu, 04 Dec 2008 18:01:27 +0000 MIME-Version: 1.0 Errors-To: malc Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: malc Message-Id: Date: Thu, 04 Dec 2008 18:01:27 +0000 Subject: [Qemu-devel] [5867] Clarify -soundhw documentation as to avoid hda confusion Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Revision: 5867 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5867 Author: malc Date: 2008-12-04 18:01:26 +0000 (Thu, 04 Dec 2008) Log Message: ----------- Clarify -soundhw documentation as to avoid hda confusion Modified Paths: -------------- trunk/qemu-doc.texi Modified: trunk/qemu-doc.texi =================================================================== --- trunk/qemu-doc.texi 2008-12-04 11:29:42 UTC (rev 5866) +++ trunk/qemu-doc.texi 2008-12-04 18:01:26 UTC (rev 5867) @@ -371,10 +371,10 @@ available sound hardware. @example -qemu -soundhw sb16,adlib hda -qemu -soundhw es1370 hda -qemu -soundhw ac97 hda -qemu -soundhw all hda +qemu -soundhw sb16,adlib disk.img +qemu -soundhw es1370 disk.img +qemu -soundhw ac97 disk.img +qemu -soundhw all disk.img qemu -soundhw ? @end example