Re: [PATCH 26/50] pckbd: implement i8042_mmio_init() function

2022-06-10 Thread Mark Cave-Ayland
On 09/06/2022 11:53, Peter Maydell wrote: On Sun, 22 May 2022 at 19:19, Mark Cave-Ayland wrote: This enables use to expose the register memory region of the I8042_MMIO device using sysbus_init_mmio(). Signed-off-by: Mark Cave-Ayland --- hw/input/pckbd.c | 8 1 file changed, 8 in

Re: [PATCH 26/50] pckbd: implement i8042_mmio_init() function

2022-06-09 Thread Peter Maydell
On Sun, 22 May 2022 at 19:19, Mark Cave-Ayland wrote: > > This enables use to expose the register memory region of the I8042_MMIO device > using sysbus_init_mmio(). > > Signed-off-by: Mark Cave-Ayland > --- > hw/input/pckbd.c | 8 > 1 file changed, 8 insertions(+) > > diff --git a/hw/in

[PATCH 26/50] pckbd: implement i8042_mmio_init() function

2022-05-22 Thread Mark Cave-Ayland
This enables use to expose the register memory region of the I8042_MMIO device using sysbus_init_mmio(). Signed-off-by: Mark Cave-Ayland --- hw/input/pckbd.c | 8 1 file changed, 8 insertions(+) diff --git a/hw/input/pckbd.c b/hw/input/pckbd.c index addd1f058a..c407c082e2 100644 --- a/