Gerd Hoffmann d271de9f1b qdev: create default bus names.
Create a default bus name if none is passed to qbus_create().

If the parent device has DeviceState->id set it will be used to create
the bus name,. i.e. -device lsi,id=foo will give you a scsi bus named
"foo.0".

If there is no id BusInfo->name (lowercased) will be used instead, i.e.
-device lsi will give you a scsi bus named "scsi.0".

A scsi adapter with two scsi busses would have "scsi.0" and "scsi.1" or
"$id.0" and "$id.1" busses.  The numbers of the child busses are per
device, i.e. when adding two lsi adapters both will have a "*.0" child
bus.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2009-07-27 08:39:29 -05:00
2009-07-24 05:16:58 +04:00
2009-07-22 10:58:47 -05:00
2009-07-17 17:48:03 +00:00
2009-07-27 08:39:29 -05:00
2009-07-22 10:58:49 -05:00
2009-07-22 10:58:46 -05:00
2009-07-21 12:18:03 +00:00
2009-07-17 13:12:41 +01:00
2009-07-09 16:06:38 -05:00
2009-07-16 17:28:49 -05:00
2009-07-10 13:44:30 -05:00
2009-07-16 17:28:53 -05:00
2009-07-22 10:58:47 -05:00
2009-07-22 10:58:49 -05:00
2009-07-10 13:44:29 -05:00
2009-07-16 18:12:18 -05:00
2009-07-27 08:39:28 -05:00

Read the documentation in qemu-doc.html.

Fabrice Bellard.
Description
No description provided
Readme 404 MiB
Languages
C 82.6%
C++ 6.5%
Python 3.4%
Dylan 2.9%
Shell 1.6%
Other 2.8%