On Sun, 22 May 2022 at 19:20, Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk> wrote: > > This can be improved once the ps2_kbd_init() and ps2_mouse_init() functions > have > been removed, but for now move the existing logic from lasi_initfn() to > lasi_init(). At the same time explicitly set keyboard port id to 0, even if it > isn't technically required. > > Signed-off-by: Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk> > --- > hw/input/lasips2.c | 8 +++++--- > 1 file changed, 5 insertions(+), 3 deletions(-)
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM