diff options
author | Bernhard Beschow <shentey@gmail.com> | 2022-10-22 17:04:31 +0200 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2022-10-31 11:32:07 +0100 |
commit | 57654b8e98785f2188b64dd45489dc29b426663c (patch) | |
tree | 3f999f80e888d1696a03c50cd62a9cec988644ab /hw/isa/apm.c | |
parent | a1b05751faf7769cec3b1751da0239d2ced27b35 (diff) | |
download | qemu-57654b8e98785f2188b64dd45489dc29b426663c.zip qemu-57654b8e98785f2188b64dd45489dc29b426663c.tar.gz qemu-57654b8e98785f2188b64dd45489dc29b426663c.tar.bz2 |
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>
Diffstat (limited to 'hw/isa/apm.c')
0 files changed, 0 insertions, 0 deletions