qemu-e2k/hw/core
Peter Crosthwaite f698c8ba48 qdev: get_child_bus(): Use QOM lookup if available
qbus_realize() adds busses as a QOM child of the device in addition to
adding it to the qdev bus list. Change get_child_bus() to use the QOM
child if it is available. This takes priority over the bus-list, but
the child object is checked for type correctness.

This prepares support for aliasing of buses. The use case is SoCs,
where a SoC container needs to present buses to the board level, but
the buses are implemented by controller IP we already model as self
contained qbus-containing devices.

Signed-off-by: Peter Crosthwaite <crosthwaite.peter@gmail.com>
Acked-by: Alistair Francis <alistair.francis@xilinx.com>
Signed-off-by: Alistair Francis <alistair.francis@xilinx.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2016-01-21 14:15:03 +00:00
..
empty_slot.c
fw-path-provider.c
hotplug.c
irq.c
loader.c
machine.c
Makefile.objs
nmi.c error: Consistently name Error * objects err, and not errp 2016-01-13 15:16:19 +01:00
null-machine.c
platform-bus.c sysbus: Don't use hw_error() in machine_init_done_notifiers 2016-01-13 11:58:58 +01:00
ptimer.c
qdev-properties-system.c hw: Inline the qdev_prop_set_drive_nofail() wrapper 2016-01-13 11:58:58 +01:00
qdev-properties.c error: Use error_reportf_err() where it makes obvious sense 2016-01-13 15:16:17 +01:00
qdev.c qdev: get_child_bus(): Use QOM lookup if available 2016-01-21 14:15:03 +00:00
stream.c
sysbus.c
uboot_image.h