commit | c9a3c58f01fb0af78b512ab4515d16f3ef1a03f1 | [log] [tgz] |
---|---|---|
author | Jintack Lim <jintack@cs.columbia.edu> | Fri Feb 03 10:20:07 2017 -0500 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Wed Feb 08 15:13:36 2017 +0000 |
tree | 61fdf69d3f5f570f1cc9355be524afc7d6fa9ac8 | |
parent | f242adaf0c7e8376e9f54ffd6ef088df84577893 [diff] |
KVM: arm64: Add the EL1 physical timer access handler KVM traps on the EL1 phys timer accesses from VMs, but it doesn't handle those traps. This results in terminating VMs. Instead, set a handler for the EL1 phys timer access, and inject an undefined exception as an intermediate step. Signed-off-by: Jintack Lim <jintack@cs.columbia.edu> Reviewed-by: Christoffer Dall <christoffer.dall@linaro.org> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>