arm64: KVM: Move vgic-v2 and timer save/restore to virt/kvm/arm/hyp
authorMarc Zyngier <marc.zyngier@arm.com>
Thu, 28 Jan 2016 14:24:39 +0000 (14:24 +0000)
committerMarc Zyngier <marc.zyngier@arm.com>
Mon, 29 Feb 2016 18:34:18 +0000 (18:34 +0000)
commit6d50d54cd80cb60d701e70fb0633250115606459
tree9a63ecd9ac770fc4410200ad205e79bfafab1f46
parent13720a56edbd8164fbfa251067dea9776e09f54b
arm64: KVM: Move vgic-v2 and timer save/restore to virt/kvm/arm/hyp

We already have virt/kvm/arm/ containing timer and vgic stuff.
Add yet another subdirectory to contain the hyp-specific files
(timer and vgic again).

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