Re: [PATCH 44/50] lasips2: implement lasips2_realize()

2022-06-09 Thread Peter Maydell
On Sun, 22 May 2022 at 19:20, Mark Cave-Ayland wrote: > > Move ps2_kbd_init() and ps2_mouse_init() from lasips2_initfn() to > lasips2_realize. > > Signed-off-by: Mark Cave-Ayland > --- > hw/input/lasips2.c | 11 --- > 1 file changed, 8 insertions(+), 3 deletions(-) > > diff --git

[PATCH 44/50] lasips2: implement lasips2_realize()

2022-05-22 Thread Mark Cave-Ayland
Move ps2_kbd_init() and ps2_mouse_init() from lasips2_initfn() to lasips2_realize. Signed-off-by: Mark Cave-Ayland --- hw/input/lasips2.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/hw/input/lasips2.c b/hw/input/lasips2.c index a7c7192c07..6849b71e5c 100644