Re: [PATCH 40/50] lasips2: implement lasips2_init() function

2022-06-09 Thread Peter Maydell
On Sun, 22 May 2022 at 19:20, Mark Cave-Ayland wrote: > > Move the initialisation of the keyboard and mouse memory regions to > lasips2_init() > and expose them as SysBus memory regions. > > Signed-off-by: Mark Cave-Ayland > --- > hw/input/lasips2.c | 18 ++ > 1 file changed,

[PATCH 40/50] lasips2: implement lasips2_init() function

2022-05-22 Thread Mark Cave-Ayland
Move the initialisation of the keyboard and mouse memory regions to lasips2_init() and expose them as SysBus memory regions. Signed-off-by: Mark Cave-Ayland --- hw/input/lasips2.c | 18 ++ 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/hw/input/lasips2.c