Re: [PATCH 48/50] pckbd: add i8042_reset() function to I8042 device

2022-06-09 Thread Peter Maydell
On Sun, 22 May 2022 at 19:20, Mark Cave-Ayland wrote: > > This means that it is no longer necessary to call qemu_register_reset() > manually > within i8042_realizefn(). > > Signed-off-by: Mark Cave-Ayland > --- > hw/input/pckbd.c | 10 +- > 1 file changed, 9 insertions(+), 1 deletion(-)

[PATCH 48/50] pckbd: add i8042_reset() function to I8042 device

2022-05-22 Thread Mark Cave-Ayland
This means that it is no longer necessary to call qemu_register_reset() manually within i8042_realizefn(). Signed-off-by: Mark Cave-Ayland --- hw/input/pckbd.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/hw/input/pckbd.c b/hw/input/pckbd.c index d89efddda9..b2fd