Re: [PATCH 04/10] ppc/pnv: Introduce a "xics" property under the POWER8 chip

2019-12-19 Thread Greg Kurz
On Thu, 19 Dec 2019 08:29:55 +0100 Cédric Le Goater wrote: > POWER8 is the only chip using the XICS interface. Add a "xics" link > and a XICSFabric attribute under this chip to remove the use of > qdev_get_machine() > > Signed-off-by: Cédric Le Goater > --- Reviewed-by: Greg Kurz > include/

[PATCH 04/10] ppc/pnv: Introduce a "xics" property under the POWER8 chip

2019-12-18 Thread Cédric Le Goater
POWER8 is the only chip using the XICS interface. Add a "xics" link and a XICSFabric attribute under this chip to remove the use of qdev_get_machine() Signed-off-by: Cédric Le Goater --- include/hw/ppc/pnv.h | 2 ++ hw/ppc/pnv.c | 26 -- 2 files changed, 22 inser