Alexander Graf 33cd52b5d7 sysbus: Make devices spawnable via -device
Now that we can properly map sysbus devices that haven't been connected to
something forcefully by C code, we can allow the -device command line option
to spawn them.

For machines that don't implement dynamic sysbus assignment in their board
files we add a new bool "has_dynamic_sysbus" to the machine class.
When that property is false (default), we bail out when we see dynamically
spawned sysbus devices, like we did before.

Signed-off-by: Alexander Graf <agraf@suse.de>
2014-11-04 23:26:14 +01:00
..
2014-11-04 23:26:12 +01:00
2014-11-04 15:56:26 +00:00
2014-11-03 09:48:41 +00:00
2014-10-22 16:39:49 +01:00
2014-10-31 17:02:22 +01:00
2014-11-04 23:26:13 +01:00
2014-10-24 12:19:11 +01:00
2014-10-31 17:39:41 +01:00
2014-10-28 11:38:18 +01:00