qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel][PATCH] Fix man page (Was: Mistake in qemu man page?)


From: Stefan Weil
Subject: [Qemu-devel][PATCH] Fix man page (Was: Mistake in qemu man page?)
Date: Wed, 03 Dec 2008 20:14:35 +0100
User-agent: Mozilla-Thunderbird 2.0.0.17 (X11/20081018)

Ryan Hayle schrieb:
> The qemu man page includes an "hda" parameter to -soundhw, which I
> think must be a mistake...
>
>        -soundhw card1[,card2,...] or -soundhw all
>            Enable audio and selected sound hardware. Use ? to print all
>            available sound hardware.
>
>                    qemu -soundhw sb16,adlib hda
>                    qemu -soundhw es1370 hda
>                    qemu -soundhw ac97 hda
>                    qemu -soundhw all hda
>                    qemu -soundhw ?
>
>
> At first I thought you had added emulating an Intel HDA sound adapter,
> but since it's not in the list of sound drivers, I thought I would
> post it here.
>
> Ryan
>
>
>

Here is a patch which changes the misleading part:




Fix documentation for command line option -soundhw

Signed-off-by: Stefan Weil <address@hidden>


Index: qemu-doc.texi
===================================================================
--- qemu-doc.texi       (Revision 5863)
+++ qemu-doc.texi       (Arbeitskopie)
@@ -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
+qemu -soundhw es1370
+qemu -soundhw ac97
+qemu -soundhw all
 qemu -soundhw ?
 @end example






reply via email to

[Prev in Thread] Current Thread [Next in Thread]