hw/sparc64/ebus: Access memory regions via pci_address_space_io()
commit203713b581e6b1d5095a2703e41172b9f2211d66
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 11 Oct 2023 13:30:35 +0000 (11 15:30 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 20 Oct 2023 12:46:07 +0000 (20 14:46 +0200)
tree47a2d20524416cba4a6fa625df0a764788c456db
parent191a1e14b95e6f1e23d6e31b3d2fdac875ed6a9e
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