ARM: KVM: Add timer save/restore
authorMarc Zyngier <marc.zyngier@arm.com>
Mon, 4 Jan 2016 08:54:50 +0000 (08:54 +0000)
committerMarc Zyngier <marc.zyngier@arm.com>
Mon, 29 Feb 2016 18:34:13 +0000 (18:34 +0000)
commite59bff9bf302bf1332c6421b39ba2e82b84e63a6
tree77555ba3c94f53e9d19e1d8a3ffb824dac708492
parentc7ce6c63a05f83998996fdebc4867b007a571f82
ARM: KVM: Add timer save/restore

This patch shouldn't exist, as we should be able to reuse the
arm64 version for free. I'll get there eventually, but in the
meantime I need a timer ticking.

Reviewed-by: Christoffer Dall <christoffer.dall@linaro.org>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
arch/arm/kvm/hyp/Makefile
arch/arm/kvm/hyp/hyp.h
arch/arm/kvm/hyp/timer-sr.c [new file with mode: 0644]