]> git.proxmox.com Git - mirror_qemu.git/commit - hw/arm/boot.c
hw/arm/boot: Set PC correctly when loading AArch64 ELF files
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 4 Aug 2014 13:41:53 +0000 (14:41 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 4 Aug 2014 13:41:53 +0000 (14:41 +0100)
commita9047ec3f6ab56295cba5b07e0d46cded9e2a7ff
tree5effcd535a442c36d096fe07f78b167467d22e65
parent924c09db51b147881d51d8102deb4f285305c1b7
hw/arm/boot: Set PC correctly when loading AArch64 ELF files

The code in do_cpu_reset() correctly handled AArch64 CPUs
when running Linux kernels, but was missing code in the
branch of the if() that deals with loading ELF files.
Correctly jump to the ELF entry point on reset rather than
leaving the reset PC at zero.

Reported-by: Christopher Covington <cov@codeaurora.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Tested-by: Christopher Covington <cov@codeaurora.org>
Cc: qemu-stable@nongnu.org
hw/arm/boot.c