target-arm: Wire up HLT 0xf000 as the A64 semihosting instruction
commit8012c84ff92a36d05dfe61af9b24dd01a7ea25e4
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 7 Sep 2015 09:39:28 +0000 (7 10:39 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 7 Sep 2015 09:39:28 +0000 (7 10:39 +0100)
tree9aac5bee6b1e79b5c943c8c26a5c90eb3d0c9f42
parent7446d35e1dd69e1da8241277eae09e293741b362
target-arm: Wire up HLT 0xf000 as the A64 semihosting instruction

For the A64 instruction set, the semihosting call instruction
is 'HLT 0xf000'. Wire this up to call do_arm_semihosting()
if semihosting is enabled.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Christopher Covington <christopher.covington@linaro.org>
Tested-by: Christopher Covington <cov@codeaurora.org>
Message-id: 1439483745-28752-10-git-send-email-peter.maydell@linaro.org
linux-user/main.c
target-arm/cpu.h
target-arm/helper-a64.c
target-arm/internals.h
target-arm/translate-a64.c