Re: [PATCH 23/50] pckbd: add mask qdev property to I8042_MMIO device

2022-06-09 Thread Peter Maydell
On Sun, 22 May 2022 at 19:19, Mark Cave-Ayland wrote: > > This allows the KBDState mask value to be set using a qdev property rather > than directly in i8042_mm_init(). > > Signed-off-by: Mark Cave-Ayland > --- Reviewed-by: Peter Maydell thanks -- PMM

[PATCH 23/50] pckbd: add mask qdev property to I8042_MMIO device

2022-05-22 Thread Mark Cave-Ayland
This allows the KBDState mask value to be set using a qdev property rather than directly in i8042_mm_init(). Signed-off-by: Mark Cave-Ayland --- hw/input/pckbd.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/hw/input/pckbd.c b/hw/input/pckbd.c index