]> git.ipfire.org Git - thirdparty/qemu.git/commit
target-arm: A64: Implement WFI
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 26 Feb 2014 17:20:06 +0000 (17:20 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 26 Feb 2014 17:20:06 +0000 (17:20 +0000)
commit1ed69e82b8f1dc69eb4c3e556a6417885a5dd49c
tree66530775f5e28e6cd9b1afa57aa6db511ca6b0ff
parentd9ea7d290b685844d3603103bc53ad977e6f68a3
target-arm: A64: Implement WFI

Implement the WFI instruction for A64; this just involves wiring
up the instruction, and adding a gen_a64_set_pc_im() which was
accidentally omitted from the A64 decoder top loop.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
target-arm/translate-a64.c