hw/sparc64/ebus: Access memory regions via pci_address_space_io()
commit4aa07e864911b77dc7fb4704554bb041776b8ec7
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 11 Oct 2023 13:30:35 +0000 (11 15:30 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 19 Oct 2023 21:13:28 +0000 (19 23:13 +0200)
treedd4bd3ad64aa5132263b72d942017c1c5250105d
parentf158d3befe25bef38a2ff364318076466c47a114
hw/sparc64/ebus: Access memory regions via pci_address_space_io()

PCI functions are plugged on a PCI bus. They can only access
external memory regions via the bus.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Message-Id: <20231011185954.10337-5-philmd@linaro.org>
hw/sparc64/sun4u.c