Re: [PATCH 13/13] ppc440_pcix: Stop using system io region for PCI bus

2023-07-04 Thread Philippe Mathieu-Daudé
On 4/7/23 00:02, BALATON Zoltan wrote: Use the iomem region for the PCI io space and map it directly from the board without an intermediate alias that is not really needed. "Reduce the I/O region to 64K." Signed-off-by: BALATON Zoltan --- hw/ppc/ppc440_pcix.c | 8 +--- hw/ppc/sam460ex

[PATCH 13/13] ppc440_pcix: Stop using system io region for PCI bus

2023-07-03 Thread BALATON Zoltan
Use the iomem region for the PCI io space and map it directly from the board without an intermediate alias that is not really needed. Signed-off-by: BALATON Zoltan --- hw/ppc/ppc440_pcix.c | 8 +--- hw/ppc/sam460ex.c| 6 +- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git