summaryrefslogtreecommitdiffstats
path: root/hw/prep_pci.c
diff options
context:
space:
mode:
authorAndreas Färber2012-01-05 16:48:23 +0100
committerAndreas Färber2012-01-20 00:27:12 +0100
commit809680c017b944676a34d2712560da61895f4a6d (patch)
tree76306a8b3e0380ef34841f8b58e8878b9a4ccc31 /hw/prep_pci.c
parentMerge remote-tracking branch 'spice/spice.v47' into staging (diff)
downloadqemu-809680c017b944676a34d2712560da61895f4a6d.tar.gz
qemu-809680c017b944676a34d2712560da61895f4a6d.tar.xz
qemu-809680c017b944676a34d2712560da61895f4a6d.zip
prep: Fix offset of BIOS MemoryRegion
Since 0c90c52fab5ea92d7f12b29bfe26a7cd75d9efcb (ppc_prep: convert to memory API) OHW was "Trying to execute code outside RAM or ROM at 0xfff00700". The BIOS MemoryRegion is created with a fixed size of 1 MiB. Ensure that the full size can be accessed since the exception vectors are located at 0xfff00000 and the BIOS may want to use them. It thereby no longer depends on the actual BIOS binary size. Signed-off-by: Andreas Färber <afaerber@suse.de> Cc: Avi Kivity <avi@redhat.com> Cc: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'hw/prep_pci.c')
0 files changed, 0 insertions, 0 deletions