qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Using OHCI USB card in x86 emulator or using UHCI USB c


From: Gerd Hoffmann
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

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 via email to

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