Re: [PATCH 12/22] ppc4xx: Move PLB model to ppc4xx_devs.c

2022-08-16 Thread BALATON Zoltan
On Tue, 16 Aug 2022, Cédric Le Goater wrote: On 8/13/22 17:34, BALATON Zoltan wrote: The PLB is shared between 405 and 440 so move it to the shared file. Should we rename the device to Ppc4xxPlbState ? I could do that (also for the other one moved). Ptobably nothing in these boards care abo

Re: [PATCH 12/22] ppc4xx: Move PLB model to ppc4xx_devs.c

2022-08-16 Thread Cédric Le Goater
On 8/13/22 17:34, BALATON Zoltan wrote: The PLB is shared between 405 and 440 so move it to the shared file. Should we rename the device to Ppc4xxPlbState ? Thanks, C. Signed-off-by: BALATON Zoltan --- hw/ppc/ppc405.h | 11 - hw/ppc/ppc405_uc.c | 93 ---

[PATCH 12/22] ppc4xx: Move PLB model to ppc4xx_devs.c

2022-08-13 Thread BALATON Zoltan
The PLB is shared between 405 and 440 so move it to the shared file. Signed-off-by: BALATON Zoltan --- hw/ppc/ppc405.h | 11 - hw/ppc/ppc405_uc.c | 93 hw/ppc/ppc4xx_devs.c| 94 + include/hw/ppc