On Wed, May 03, 2017 at 02:57:14PM +0200, Igor Mammedov wrote: > add machine_run_board_init() wrapper that calls machine > init for now but in follow up patches it will be used > to run generic machine code that should run before > machine init. > > Signed-off-by: Igor Mammedov <imamm...@redhat.com>
Reviewed-by: Eduardo Habkost <ehabk...@redhat.com> I like the name "board init". It becomes clear that it's something different from instance_init. Maybe we could rename MachineClass::init to MachineClass::board_init in the future. -- Eduardo