Statistics
| Branch: | Revision:

root / stubs / sysbus.c @ ef6413a2

History | View | Annotate | Download (83 Bytes)

# Date Author Comment
906709a1 01/08/2013 10:03 pm Eduardo Habkost

libqemustub: sysbus_get_default() stub

The stub will be used on cases where sysbus.c is not compiled in (e.g.
*-user).

Note that code that uses NULL as the bus with qdev{_try,}_create()
implicitly uses sysbus_get_default() as the bus, and will still require...