]> git.proxmox.com Git - mirror_qemu.git/commit - target/arm/cpu.h
target-arm: Add the HSTR_EL2 register
authorAlistair Francis <alistair.francis@xilinx.com>
Mon, 6 Jun 2016 15:59:28 +0000 (16:59 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 6 Jun 2016 15:59:28 +0000 (16:59 +0100)
commit2a5a9abd4bc45e2f4c62c77e07aebe53608c6915
treed11c778a1c0f5c565ea7522c42969e371bdb9954
parent280b2358cd1fc88003773bff3c4d4219f8bd3ae6
target-arm: Add the HSTR_EL2 register

Add the Hypervisor System Trap Register for EL2.

This register is used early in the Linux boot and without it the kernel
aborts with a "Synchronous Abort" error.

Signed-off-by: Alistair Francis <alistair.francis@xilinx.com>
Message-id: ea5aae4b10283de4705b864fe9d4bd2eaddaacae.1463174342.git.alistair.francis@xilinx.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/cpu.h
target-arm/helper.c