arm64: KVM: fault injection into a guest
authorMarc Zyngier <marc.zyngier@arm.com>
Mon, 17 Dec 2012 12:27:42 +0000 (12:27 +0000)
committerChristoffer Dall <christoffer.dall@linaro.org>
Thu, 2 Oct 2014 15:10:24 +0000 (17:10 +0200)
commitfbd17d89d0b567e7c5c12955648cf728f0c04169
treeef015a2f7eb12af825dc780c03c576f51d52feb3
parentb04c4cdfff4b701f01f1dae2ada92b580cc281d5
arm64: KVM: fault injection into a guest

Implement the injection of a fault (undefined, data abort or
prefetch abort) into a 64bit guest.

Reviewed-by: Christopher Covington <cov@codeaurora.org>
Reviewed-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
(cherry picked from commit aa8eff9bfbd531e0fcc8e68052f4ac545cd004c5)
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
arch/arm64/kvm/inject_fault.c [new file with mode: 0644]