Re: [PATCH 05/13] ppc440: Stop using system io region for PCIe buses

2023-07-04 Thread BALATON Zoltan
On Tue, 4 Jul 2023, Philippe Mathieu-Daudé wrote: On 4/7/23 00:02, BALATON Zoltan wrote: Add separate memory regions for the mem and io spaces of the PCIe bus to avoid different buses using the same system io region. "Reduce the I/O space to 64K." Unlike the other similar patch this does not

Re: [PATCH 05/13] ppc440: Stop using system io region for PCIe buses

2023-07-04 Thread Philippe Mathieu-Daudé
On 4/7/23 00:02, BALATON Zoltan wrote: Add separate memory regions for the mem and io spaces of the PCIe bus to avoid different buses using the same system io region. "Reduce the I/O space to 64K." Signed-off-by: BALATON Zoltan --- hw/ppc/ppc440_uc.c | 9 ++--- 1 file changed, 6 inser

[PATCH 05/13] ppc440: Stop using system io region for PCIe buses

2023-07-03 Thread BALATON Zoltan
Add separate memory regions for the mem and io spaces of the PCIe bus to avoid different buses using the same system io region. Signed-off-by: BALATON Zoltan --- hw/ppc/ppc440_uc.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/hw/ppc/ppc440_uc.c b/hw/ppc/ppc440_uc.