On 05/18/2010 03:31 PM, Gerd Hoffmann wrote:
On 05/18/10 14:15, Markus Armbruster wrote:
Jan Kiszka writes:
Extend qbus_find_dev to allow addressing of devices without an
unique id
via an optional instance number. The new formats are 'driver.instance'
and 'alias.instance'.
Signed-off-by: Ja
On 05/18/10 14:15, Markus Armbruster wrote:
Jan Kiszka writes:
Extend qbus_find_dev to allow addressing of devices without an unique id
via an optional instance number. The new formats are 'driver.instance'
and 'alias.instance'.
Signed-off-by: Jan Kiszka
How's the instance number defined?
Jan Kiszka writes:
> Extend qbus_find_dev to allow addressing of devices without an unique id
> via an optional instance number. The new formats are 'driver.instance'
> and 'alias.instance'.
>
> Signed-off-by: Jan Kiszka
How's the instance number defined? Should be documented.
Is an instance
Extend qbus_find_dev to allow addressing of devices without an unique id
via an optional instance number. The new formats are 'driver.instance'
and 'alias.instance'.
Signed-off-by: Jan Kiszka
---
hw/qdev.c | 23 ++-
1 files changed, 18 insertions(+), 5 deletions(-)
diff --