From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50374) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1agoni-0007D3-Bd for qemu-devel@nongnu.org; Fri, 18 Mar 2016 03:26:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1agonf-0000Oc-5g for qemu-devel@nongnu.org; Fri, 18 Mar 2016 03:26:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41244) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1agonf-0000OT-0C for qemu-devel@nongnu.org; Fri, 18 Mar 2016 03:26:23 -0400 Message-ID: <1458285980.6882.4.camel@redhat.com> From: Gerd Hoffmann Date: Fri, 18 Mar 2016 08:26:20 +0100 In-Reply-To: <1F44068E-7E7E-4D08-BC8B-F39A65B54305@gmail.com> References: <1F44068E-7E7E-4D08-BC8B-F39A65B54305@gmail.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] Using OHCI USB card in x86 emulator or using UHCI USB card on PowerPC emulator List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Programmingkid Cc: qemu-devel qemu-devel 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 th= e UHCI USB card in the PowerPC emulator, or be able to use the OHCI USB car= d in the x86 emulator?=20 Add ohci + usb device to x86 machine: -device pci-ohci,id=3Dohci -device usb-$something,bus=3Dohci.0,$moreargs "id=3D" attaches a name to the usb host controller, "bus=3D" adds usb devices to a specific host controller. HTH, Gerd