All of lore.kernel.org
 help / color / mirror / Atom feed
From: Markus Armbruster <armbru@redhat.com>
To: Programmingkid <programmingkidx@gmail.com>
Cc: John Snow <jsnow@redhat.com>,
	qemu-devel qemu-devel <qemu-devel@nongnu.org>,
	Gerd Hoffmann <kraxel@redhat.com>
Subject: Re: [Qemu-devel] [PATCH v2] qemu-doc.texi: Add usb sound card info
Date: Sat, 08 Aug 2015 08:04:56 +0200	[thread overview]
Message-ID: <87a8u29uyf.fsf@blackfin.pond.sub.org> (raw)
In-Reply-To: <A26195C6-FDDD-49BC-A870-E297124D554E@gmail.com> (Programmingkid's message of "Thu, 6 Aug 2015 09:10:18 -0400")

Copying USB maintainer...

Programmingkid <programmingkidx@gmail.com> writes:

> Add info on usb sound card to qemu documentation.
>
> Signed-off-by: John Arbuckle <programmingkidx@gmail.com>
>
> ---
> Changed 'thru' to 'through'
>
>  qemu-doc.texi |    5 ++++-
>  1 files changed, 4 insertions(+), 1 deletions(-)
>
> diff --git a/qemu-doc.texi b/qemu-doc.texi
> index 0125bc7..9a8f353 100644
> --- a/qemu-doc.texi
> +++ b/qemu-doc.texi
> @@ -1328,7 +1328,8 @@ as necessary to connect multiple USB devices.
>  @subsection Connecting USB devices
>  
>  USB devices can be connected with the @option{-usbdevice} commandline option
> -or the @code{usb_add} monitor command.  Available devices are:
> +or the @code{usb_add} monitor command. Note: some devices may only work if
> +added like this: -usb -device <usb device>. Available devices are:

I'm afraid "may only work" is a bit misleading.  All of them work with
-device.  Old ones are also supported by -usbdevice for backward
compatibility.  The whole section should be rewritten to point to
-device instead of legacy -usbdevice, but that's no reason to hold up
your patch.

I'd just drop this hunk for now.  Suboptimal, but I can't think of a
better way short of doing the rewrite.  Perhaps Gerd can.

> +or the @code{usb_add} monitor command. Note: some devices may only work if
> +added like this: -usb -device <usb device>. Available devices are:

>  @table @code
>  @item mouse
> @@ -1381,6 +1382,8 @@ usage:
>  @example
>  qemu-system-i386 [...OPTIONS...] -usbdevice bt:hci,vlan=3 -bt device:keyboard,vlan=3
>  @end example
> +@item usb-audio
> +USB sound card. Can only be used if added through the command-line like this: -usb -device usb-audio
>  @end table
>  
>  @node host_usb_devices

Long line.  Could perhaps be fixed on commit.

With the first hunk dropped and the line wrapped:

Reviewed-by: Markus Armbruster <armbru@redhat.com>

  reply	other threads:[~2015-08-08  6:05 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-06 13:10 [Qemu-devel] [PATCH v2] qemu-doc.texi: Add usb sound card info Programmingkid
2015-08-08  6:04 ` Markus Armbruster [this message]
2015-08-08 12:48   ` Programmingkid
2015-08-17 22:03     ` [Qemu-devel] qemu-doc.texi: Improve USB documentation... and maybe even QEMU also Programmingkid
2015-08-24  9:45       ` Markus Armbruster
2015-08-24 13:00         ` Programmingkid
2015-08-24 16:38           ` Markus Armbruster
2015-08-24 17:26             ` Programmingkid
2015-08-25  7:43               ` Markus Armbruster
2015-08-25 14:34                 ` Programmingkid

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87a8u29uyf.fsf@blackfin.pond.sub.org \
    --to=armbru@redhat.com \
    --cc=jsnow@redhat.com \
    --cc=kraxel@redhat.com \
    --cc=programmingkidx@gmail.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.