]> git.proxmox.com Git - mirror_qemu.git/commit
target-arm: implement WFE/YIELD as a yield for AArch64
authorRob Herring <rob.herring@linaro.org>
Thu, 1 May 2014 14:24:45 +0000 (15:24 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 1 May 2014 14:24:45 +0000 (15:24 +0100)
commit252ec4057685cd9bf6a13f96528c843754af8fad
treeb7e0aae19d7bc38b2e316fe02ad2ca4146b4c45d
parente3da9921ebc554fad3224a9fdda9a7425ffd9ef7
target-arm: implement WFE/YIELD as a yield for AArch64

Like was done for AArch32 for WFE, implement both WFE and YIELD as a
yield operation. This speeds up multi-core system emulation.

Signed-off-by: Rob Herring <rob.herring@linaro.org>
Message-id: 1397588401-20366-1-git-send-email-robherring2@gmail.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/translate-a64.c