qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH RFT 0/5] usb: Clean up and extend SysBus EHCI


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH RFT 0/5] usb: Clean up and extend SysBus EHCI
Date: Mon, 03 Dec 2012 14:37:48 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.11) Gecko/20121116 Thunderbird/10.0.11

  Hi,

>>> Qemu doesn't provide some properties, such as "bus", to specify which EHCI 
>>> controller the
>>> usb device attach to.  If we use "device" and "usb-storage", we never 
>>> attach the usb
>>> device to the specified EHCI controller.
>>
>> -device certainly ought to let you specify a bus= property;
> 
> Sorry, I don't know the bus= property. 
> But why both EHCI controller are named "usb-bus.0"? How to distinguish the
> different usb usb?

That is the default name.  For usb controllers added via -device the bus
name is derived from the device name, i.e. '-device usb-ehci,id=ehci"
gives you a bus named "ehci.0".

For builtin devices that doesn't work though as you don't have to add
them manually.  Guess they should be explicitly named then by zynq_init().

cheers,
  Gerd




reply via email to

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