]> git.proxmox.com Git - mirror_qemu.git/commit - hw/arm/virt.c
hw/arm/virt: Load bios image to MemoryRegion, not physaddr
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 4 Mar 2016 11:30:17 +0000 (11:30 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 4 Mar 2016 11:30:17 +0000 (11:30 +0000)
commit16f4a8dc5c671eb176121d576ef28d1e49b84bfe
tree5672c2b2d412fd68de75bf6756182734b09985a1
parent76151cacfe956248a25b38b5e8429465584f47bb
hw/arm/virt: Load bios image to MemoryRegion, not physaddr

If we're loading a BIOS image into the first flash device,
load it into the flash's memory region specifically, not
into the physical address where the flash resides. This will
make a difference when the flash might be in the Secure
address space rather than the Nonsecure one.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1455288361-30117-4-git-send-email-peter.maydell@linaro.org
hw/arm/virt.c