Re: [PATCH 1/5] ppc/pnv: Change the maximum of PHB3 devices for Power8NVL

2021-12-22 Thread Daniel Henrique Barboza
On 12/22/21 03:38, Cédric Le Goater wrote: The POWER8 processors with a NVLink logic unit have 4 PHB3 devices per chip. Signed-off-by: Cédric Le Goater --- Reviewed-by: Daniel Henrique Barboza hw/ppc/pnv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/ppc/pnv

[PATCH 1/5] ppc/pnv: Change the maximum of PHB3 devices for Power8NVL

2021-12-21 Thread Cédric Le Goater
The POWER8 processors with a NVLink logic unit have 4 PHB3 devices per chip. Signed-off-by: Cédric Le Goater --- hw/ppc/pnv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/ppc/pnv.c b/hw/ppc/pnv.c index 29ee0d0f08b4..9de8b8353014 100644 --- a/hw/ppc/pnv.c +++ b/hw/ppc/pn