]> Git Repo - qemu.git/commit
pckbd: don't use legacy ps2_mouse_init() function
authorMark Cave-Ayland <[email protected]>
Tue, 12 Jul 2022 21:52:49 +0000 (22:52 +0100)
committerMark Cave-Ayland <[email protected]>
Mon, 18 Jul 2022 18:28:46 +0000 (19:28 +0100)
commit9d1a4250377fdbc05088adbff1e1aa3572ce9889
tree6c99deed4b0b1fa8bb2f27acf894a7864fd82cad
parent5e8312ab8ed16c0e671a13eda680959c7ac1e980
pckbd: don't use legacy ps2_mouse_init() function

Instantiate the PS2 mouse device within KBDState using
object_initialize_child() in i8042_initfn() and i8042_mmio_init() and realize
it in i8042_realizefn() and i8042_mmio_realize() accordingly.

Signed-off-by: Mark Cave-Ayland <[email protected]>
Tested-by: Helge Deller <[email protected]>
Acked-by: Helge Deller <[email protected]>
Reviewed-by: Peter Maydell <[email protected]>
Message-Id: <20220712215251[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
hw/input/pckbd.c
include/hw/input/i8042.h
This page took 0.030507 seconds and 4 git commands to generate.