On Fri, Jan 15, 2016 at 2:47 PM, Peter Crosthwaite <[email protected]> wrote: > On Fri, Jan 15, 2016 at 2:38 PM, Alistair Francis > <[email protected]> wrote: >> From: Peter Crosthwaite <[email protected]> >> >> 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 <[email protected]> >> Acked-by: Alistair Francis <[email protected]> > > As a re-sender, you need to Signed-off-by as well. I'm guessing you > can just do this on list like a review to avoid the respin.
Ok, here it is: Signed-off-by: Alistair Francis <[email protected]> Thanks, Alistair
