Re: [PATCH 2/4] ppc/pnv: Subclass quad xscom callbacks

2023-06-29 Thread Cédric Le Goater
On 6/30/23 05:55, Joel Stanley wrote: Make the existing pnv_quad_xscom_read/write be P9 specific, in preparation for a different P10 callback. Signed-off-by: Joel Stanley Reviewed-by: Cédric Le Goater Thanks, C. --- include/hw/ppc/pnv_core.h | 12 +++- hw/ppc/pnv.c

[PATCH 2/4] ppc/pnv: Subclass quad xscom callbacks

2023-06-29 Thread Joel Stanley
Make the existing pnv_quad_xscom_read/write be P9 specific, in preparation for a different P10 callback. Signed-off-by: Joel Stanley --- include/hw/ppc/pnv_core.h | 12 +++- hw/ppc/pnv.c | 11 +++ hw/ppc/pnv_core.c | 36 3