commit | eac137b4a9d66d1ef2f1963b7c1dd6ab5ca57d4f | [log] [tgz] |
---|---|---|
author | Jérémy Fanguède <j.fanguede@virtualopensystems.com> | Thu Feb 08 12:57:19 2018 +0100 |
committer | Christoffer Dall <christoffer.dall@linaro.org> | Mon Feb 26 10:48:02 2018 +0100 |
tree | 13aebc430e865c289abc1cdcecb47bb7ba1c180a | |
parent | 005781be127fced5f2dd83134c3a99b2bfc7151e [diff] |
KVM: arm64: Enable the EL1 physical timer for AArch32 guests Some 32bits guest OS can use the CNTP timer, however KVM does not handle the accesses, injecting a fault instead. Use the proper handlers to emulate the EL1 Physical Timer (CNTP) register accesses of AArch32 guests. Signed-off-by: Jérémy Fanguède <j.fanguede@virtualopensystems.com> Signed-off-by: Alvise Rigo <a.rigo@virtualopensystems.com> Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>