Re: [PATCH 07/40] pl050: introduce PL050DeviceClass for the PL050 device

2022-07-04 Thread Peter Maydell
On Wed, 29 Jun 2022 at 13:40, Mark Cave-Ayland wrote: > > This will soon be used to store the reference to the PL050 parent device > for PL050_KBD_DEVICE and PL050_MOUSE_DEVICE. > > Signed-off-by: Mark Cave-Ayland > --- Reviewed-by: Peter Maydell thanks -- PMM

[PATCH 07/40] pl050: introduce PL050DeviceClass for the PL050 device

2022-06-29 Thread Mark Cave-Ayland
This will soon be used to store the reference to the PL050 parent device for PL050_KBD_DEVICE and PL050_MOUSE_DEVICE. Signed-off-by: Mark Cave-Ayland --- hw/input/pl050.c | 2 ++ include/hw/input/pl050.h | 8 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/hw/input