qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Mistake in qemu man page?
@ 2008-12-03  6:40 Ryan Hayle
  2008-12-03 19:14 ` [Qemu-devel][PATCH] Fix man page (Was: Mistake in qemu man page?) Stefan Weil
  2008-12-03 19:25 ` [Qemu-devel] Mistake in qemu man page? Andreas Färber
  0 siblings, 2 replies; 3+ messages in thread
From: Ryan Hayle @ 2008-12-03  6:40 UTC (permalink / raw)
  To: qemu-devel

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Qemu-devel][PATCH] Fix man page (Was: Mistake in qemu man page?)
  2008-12-03  6:40 [Qemu-devel] Mistake in qemu man page? Ryan Hayle
@ 2008-12-03 19:14 ` Stefan Weil
  2008-12-03 19:25 ` [Qemu-devel] Mistake in qemu man page? Andreas Färber
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Weil @ 2008-12-03 19:14 UTC (permalink / raw)
  To: qemu-devel

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 <weil@mail.berlios.de>


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] Mistake in qemu man page?
  2008-12-03  6:40 [Qemu-devel] Mistake in qemu man page? Ryan Hayle
  2008-12-03 19:14 ` [Qemu-devel][PATCH] Fix man page (Was: Mistake in qemu man page?) Stefan Weil
@ 2008-12-03 19:25 ` Andreas Färber
  1 sibling, 0 replies; 3+ messages in thread
From: Andreas Färber @ 2008-12-03 19:25 UTC (permalink / raw)
  To: qemu-devel

Hi,

Am 03.12.2008 um 07:40 schrieb Ryan Hayle:

> 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.

hda refers to the name of the disk image for IDE harddisk one, i.e.  
yourhda.img. Otherwise the qemu command line is incomplete and won't  
work (or prompt for an image). Note that it's apparently not necessary  
for ?, so it makes sense to keep it in some form.

Andreas

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-12-03 19:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-03  6:40 [Qemu-devel] Mistake in qemu man page? Ryan Hayle
2008-12-03 19:14 ` [Qemu-devel][PATCH] Fix man page (Was: Mistake in qemu man page?) Stefan Weil
2008-12-03 19:25 ` [Qemu-devel] Mistake in qemu man page? Andreas Färber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).