diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-03-13 16:30:27 +0100 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2023-04-21 04:25:52 -0400 |
commit | 6291a28645a0656477bc5962a81b181e6a99487c (patch) | |
tree | db99a0c41059bbfa83522022c9372bc9cfd06382 /tests/avocado/tuxrun_baselines.py | |
parent | 2f5a2b35f5883fb8e049d877263eecb4c3883fb2 (diff) | |
download | qemu-6291a28645a0656477bc5962a81b181e6a99487c.zip qemu-6291a28645a0656477bc5962a81b181e6a99487c.tar.gz qemu-6291a28645a0656477bc5962a81b181e6a99487c.tar.bz2 |
hw/i386/amd_iommu: Explicit use of AMDVI_BASE_ADDR in amdvi_init
By accessing MemoryRegion internals, amdvi_init() gives the false
idea that the PCI BAR can be modified. However this isn't true
(at least the model isn't ready for that): the device is explicitly
maps at the BAR at the fixed AMDVI_BASE_ADDR address in
amdvi_sysbus_realize(). Since the SysBus API isn't designed to
remap regions, directly use the fixed address in amdvi_init().
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20230313153031.86107-3-philmd@linaro.org>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'tests/avocado/tuxrun_baselines.py')
0 files changed, 0 insertions, 0 deletions