Re: [PATCH 27/50] pckbd: alter i8042_mm_init() to return a I8042_MMIO device

2022-06-24 Thread Mark Cave-Ayland
On 10/06/2022 08:04, Mark Cave-Ayland wrote: On 09/06/2022 11:58, Peter Maydell wrote: On Sun, 22 May 2022 at 19:19, Mark Cave-Ayland wrote: This exposes the I8042_MMIO device to the caller to allow the register memory region to be mapped outside of i8042_mm_init(). Signed-off-by: Mark

Re: [PATCH 27/50] pckbd: alter i8042_mm_init() to return a I8042_MMIO device

2022-06-10 Thread Mark Cave-Ayland
On 09/06/2022 11:58, Peter Maydell wrote: On Sun, 22 May 2022 at 19:19, Mark Cave-Ayland wrote: This exposes the I8042_MMIO device to the caller to allow the register memory region to be mapped outside of i8042_mm_init(). Signed-off-by: Mark Cave-Ayland Reviewed-by: Peter Maydell I'm

Re: [PATCH 27/50] pckbd: alter i8042_mm_init() to return a I8042_MMIO device

2022-06-09 Thread Peter Maydell
On Sun, 22 May 2022 at 19:19, Mark Cave-Ayland wrote: > > This exposes the I8042_MMIO device to the caller to allow the register memory > region to be mapped outside of i8042_mm_init(). > > Signed-off-by: Mark Cave-Ayland Reviewed-by: Peter Maydell I'm not sure where best to put this review

[PATCH 27/50] pckbd: alter i8042_mm_init() to return a I8042_MMIO device

2022-05-22 Thread Mark Cave-Ayland
This exposes the I8042_MMIO device to the caller to allow the register memory region to be mapped outside of i8042_mm_init(). Signed-off-by: Mark Cave-Ayland --- hw/input/pckbd.c | 8 +--- include/hw/input/i8042.h | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff