commit | 7e90c8e5704cbb299d48e7debb1e61614cb12f41 | [log] [tgz] |
---|---|---|
author | Christoffer Dall <cdall@linaro.org> | Tue Jun 20 07:56:20 2017 -0700 |
committer | Christoffer Dall <christoffer.dall@linaro.org> | Mon Nov 06 16:23:16 2017 +0100 |
tree | 199cf80c25b461cf43c71ff1a2f47e6cc590ba4b | |
parent | bbdd52cfcba290560909498c7d5681f19894587b [diff] |
KVM: arm/arm64: Get rid of kvm_timer_flush_hwstate Now when both the vtimer and the ptimer when using both the in-kernel vgic emulation and a userspace IRQ chip are driven by the timer signals and at the vcpu load/put boundaries, instead of recomputing the timer state at every entry/exit to/from the guest, we can get entirely rid of the flush hwstate function. Signed-off-by: Christoffer Dall <cdall@linaro.org> Acked-by: Marc Zyngier <marc.zyngier@arm.com>