Markus Armbruster 837d37167d sysbus: Set cannot_instantiate_with_device_add_yet
device_add plugs devices into suitable bus.  For "real" buses, that
actually connects the device.  For sysbus, the connections need to be
made separately, and device_add can't do that.  The device would be
left unconnected, and could not possibly work.

Quite a few, but not all sysbus devices already set
cannot_instantiate_with_device_add_yet in their class init function.

Set it in their abstract base's class init function
sysbus_device_class_init(), and remove the now redundant assignments
from device class init functions.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Marcel Apfelbaum <marcel.a@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
2013-12-23 00:27:22 +01:00
..
2013-07-04 17:42:45 +02:00
2013-07-29 21:05:58 +02:00
2013-07-29 21:05:59 +02:00
2013-09-18 11:13:29 +02:00
2013-12-16 10:12:20 +01:00
2013-11-21 17:38:52 +01:00
2013-07-04 17:42:46 +02:00
2013-11-05 19:57:47 -08:00
2013-07-04 17:42:46 +02:00
2013-11-05 20:01:11 -08:00