mbox series

[0/4] hw/pci: Have functions acess memory regions via pci_address_space()

Message ID 20231011185954.10337-1-philmd@linaro.org
Headers show
Series hw/pci: Have functions acess memory regions via pci_address_space() | expand

Message

Philippe Mathieu-Daudé Oct. 11, 2023, 6:59 p.m. UTC
PCI functions are plugged on a PCI bus. They can only
access external memory regions via the bus. Use the
corresponding pci_address_space() / pci_address_space_io()
for that.

Philippe Mathieu-Daudé (4):
  hw/isa/i82378: Access memory regions via pci_address_space()
  hw/isa/lpc_ich9: Access memory regions via pci_address_space[_io]()
  hw/pci-host/bonito: Access memory regions via pci_address_space[_io]()
  hw/sparc64/ebus: Access memory regions via pci_address_space_io()

 hw/isa/i82378.c      | 2 +-
 hw/isa/lpc_ich9.c    | 4 ++--
 hw/pci-host/bonito.c | 6 +++---
 hw/sparc64/sun4u.c   | 8 ++++----
 4 files changed, 10 insertions(+), 10 deletions(-)