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
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
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/