All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@redhat.com>
To: Programmingkid <programmingkidx@gmail.com>
Cc: qemu-devel qemu-devel <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] Using OHCI USB card in x86 emulator or using UHCI USB card on PowerPC emulator
Date: Fri, 18 Mar 2016 08:26:20 +0100	[thread overview]
Message-ID: <1458285980.6882.4.camel@redhat.com> (raw)
In-Reply-To: <1F44068E-7E7E-4D08-BC8B-F39A65B54305@gmail.com>

On Fr, 2016-03-18 at 00:31 -0400, Programmingkid wrote:
> I am debugging an issue with the USB sound card. Is there a way to use the UHCI USB card in the PowerPC emulator, or be able to use the OHCI USB card in the x86 emulator? 

Add ohci + usb device to x86 machine:

-device pci-ohci,id=ohci -device usb-$something,bus=ohci.0,$moreargs

"id=" attaches a name to the usb host controller,
"bus=" adds usb devices to a specific host controller.

HTH,
  Gerd

      reply	other threads:[~2016-03-18  7:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-18  4:31 [Qemu-devel] Using OHCI USB card in x86 emulator or using UHCI USB card on PowerPC emulator Programmingkid
2016-03-18  7:26 ` Gerd Hoffmann [this message]

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=1458285980.6882.4.camel@redhat.com \
    --to=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.