Re: [PATCH 02/13] ppc440: Add cpu link property to PCIe controller model

2023-07-04 Thread Philippe Mathieu-Daudé
On 4/7/23 00:02, BALATON Zoltan wrote: The PCIe controller model uses PPC DCRs but cannot be modeled with TYPE_PPC4xx_DCR_DEVICE as it derives from TYPE_PCIE_HOST_BRIDGE. Add a cpu link property to it similar to other DCR devices to allow registering DCRs from the device model. Signed-off-by: BA

[PATCH 02/13] ppc440: Add cpu link property to PCIe controller model

2023-07-03 Thread BALATON Zoltan
The PCIe controller model uses PPC DCRs but cannot be modeled with TYPE_PPC4xx_DCR_DEVICE as it derives from TYPE_PCIE_HOST_BRIDGE. Add a cpu link property to it similar to other DCR devices to allow registering DCRs from the device model. Signed-off-by: BALATON Zoltan --- hw/ppc/ppc440_uc.c | 1