Re: [PATCH 37/40] ps2: remove unused legacy ps2_kbd_init() function

2022-07-04 Thread Peter Maydell
On Wed, 29 Jun 2022 at 13:41, Mark Cave-Ayland wrote: > > Now that the legacy ps2_kbd_init() function is no longer used, it can be > completely > removed along with its associated trace-event. > > Signed-off-by: Mark Cave-Ayland Reviewed-by: Peter Maydell thanks -- PMM

[PATCH 37/40] ps2: remove unused legacy ps2_kbd_init() function

2022-06-29 Thread Mark Cave-Ayland
Now that the legacy ps2_kbd_init() function is no longer used, it can be completely removed along with its associated trace-event. Signed-off-by: Mark Cave-Ayland --- hw/input/ps2.c | 13 - hw/input/trace-events | 1 - include/hw/input/ps2.h | 1 - 3 files changed, 15 del