Re: [PATCH v2 06/19] ppc/pnv: Use QOM hierarchy to scan PHB3 devices

2021-12-13 Thread Daniel Henrique Barboza
On 12/13/21 10:28, Cédric Le Goater wrote: When -nodefaults is supported for PHB3 devices, the phbs array under the chip will be empty. This will break the XICSFabric handlers, and all interrupt delivery, and the 'info pic' HMP command. Do a QOM loop on the chip children and look for PHB3 dev

[PATCH v2 06/19] ppc/pnv: Use QOM hierarchy to scan PHB3 devices

2021-12-13 Thread Cédric Le Goater
When -nodefaults is supported for PHB3 devices, the phbs array under the chip will be empty. This will break the XICSFabric handlers, and all interrupt delivery, and the 'info pic' HMP command. Do a QOM loop on the chip children and look for PHB3 devices instead. Signed-off-by: Cédric Le Goater