Re: [PATCH 5/5] ppc/pnv: Attach PHB4 root port device when defaults are enabled

2021-12-22 Thread Daniel Henrique Barboza
On 12/22/21 03:38, Cédric Le Goater wrote: This cleanups the PHB4 model a bit more since the root port is an independent device and it will ease our task when adding user created PHB4s. Signed-off-by: Cédric Le Goater --- Reviewed-by: Daniel Henrique Barboza

[PATCH 5/5] ppc/pnv: Attach PHB4 root port device when defaults are enabled

2021-12-21 Thread Cédric Le Goater
This cleanups the PHB4 model a bit more since the root port is an independent device and it will ease our task when adding user created PHB4s. Signed-off-by: Cédric Le Goater --- include/hw/pci-host/pnv_phb4.h | 2 -- hw/pci-host/pnv_phb4.c | 11 --- hw/ppc/pnv.c