Re: [PATCH 22/50] pckbd: implement i8042_mmio_reset() for I8042_MMIO device

2022-06-09 Thread Mark Cave-Ayland
On 09/06/2022 11:49, Peter Maydell wrote: On Sun, 22 May 2022 at 19:19, Mark Cave-Ayland wrote: This allows the I8042_MMIO reset function to be registered directly within the DeviceClass rather than using qemu_register_reset() directly. Signed-off-by: Mark Cave-Ayland --- hw/input/pckbd.c

Re: [PATCH 22/50] pckbd: implement i8042_mmio_reset() for I8042_MMIO device

2022-06-09 Thread Peter Maydell
On Sun, 22 May 2022 at 19:19, Mark Cave-Ayland wrote: > > This allows the I8042_MMIO reset function to be registered directly within the > DeviceClass rather than using qemu_register_reset() directly. > > Signed-off-by: Mark Cave-Ayland > --- > hw/input/pckbd.c | 13 ++--- > 1 file chang

[PATCH 22/50] pckbd: implement i8042_mmio_reset() for I8042_MMIO device

2022-05-22 Thread Mark Cave-Ayland
This allows the I8042_MMIO reset function to be registered directly within the DeviceClass rather than using qemu_register_reset() directly. Signed-off-by: Mark Cave-Ayland --- hw/input/pckbd.c | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/hw/input/pckbd.c b/