On Wed, 29 Jun 2022 at 13:41, Mark Cave-Ayland <[email protected]> wrote: > > Move the initialisation of the keyboard port from lasips2_init() to > a new lasips2_kbd_port_init() function which will be invoked using > object_initialize_child() during the LASIPS2 device init. > > Update LASIPS2State so that it now holds the new LASIPS2KbdPort child object > and > ensure that it is realised in lasips2_realize(). > > Signed-off-by: Mark Cave-Ayland <[email protected]>
Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
