Bernhard Beschow 57654b8e98 hw/isa/piix3: Prefer pci_address_space() over get_system_memory()
get_system_memory() accesses global state while pci_address_space() uses
whatever has been passed to the device instance, so avoid the global.
Moreover, PIIX4 uses pci_address_space() here as well.

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20221022150508.26830-7-shentey@gmail.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
2022-10-31 11:32:07 +01:00
..
2022-10-25 11:37:17 -04:00
2022-10-27 11:34:31 +01:00
2022-10-30 15:15:12 -04:00
2022-10-30 15:07:25 -04:00
2022-10-31 11:32:07 +01:00
2022-10-31 11:32:07 +01:00
2022-06-30 04:49:40 +05:30
2022-10-31 11:32:07 +01:00
2022-04-26 12:25:14 +02:00
2022-09-04 07:02:56 +01:00
2022-10-27 11:34:31 +01:00
2022-10-24 11:20:15 +02:00
Hi,
2022-10-30 18:31:59 -04:00