Re: [PATCH 38/50] lasips2: move lasips2 QOM types from lasips2.c to lasips2.h

2022-06-09 Thread Peter Maydell
On Sun, 22 May 2022 at 19:20, Mark Cave-Ayland wrote: > > This allows the QOM types in lasips2.c to be used elsewhere by simply > including > lasips2.h. > > Signed-off-by: Mark Cave-Ayland Reviewed-by: Peter Maydell thanks -- PMM

[PATCH 38/50] lasips2: move lasips2 QOM types from lasips2.c to lasips2.h

2022-05-22 Thread Mark Cave-Ayland
This allows the QOM types in lasips2.c to be used elsewhere by simply including lasips2.h. Signed-off-by: Mark Cave-Ayland --- hw/input/lasips2.c | 23 --- include/hw/input/lasips2.h | 22 ++ 2 files changed, 22 insertions(+), 23 deletions(-) diff