On 6/28/20 4:24 PM, Peter Maydell wrote: > The QOM types "spitz-lcdtg" and "corgi-ssp" are missing the > usual QOM TYPE and casting macros; provide and use them. > > In particular, we can safely use the QOM cast macros instead of > FROM_SSI_SLAVE() because in both cases the 'ssidev' field of > the instance state struct is the first field in it. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > hw/arm/spitz.c | 23 +++++++++++++++-------- > 1 file changed, 15 insertions(+), 8 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>