commit | 506c372ac41dc0c7c1f50f718a8a53cb0748ea96 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Mon Apr 03 19:37:44 2017 +0100 |
committer | Christoffer Dall <cdall@linaro.org> | Sun Apr 09 07:49:23 2017 -0700 |
tree | 768216dce16659e5c92afb8c107e59ea3517a295 | |
parent | 4adb1341c7ef68af54732ef11f69faedffa6acb7 [diff] |
arm64: KVM: Implement HVC_SOFT_RESTART in the init code Another missing stub hypercall is HVC_SOFT_RESTART. It turns out that it is pretty easy to implement in terms of HVC_RESET_VECTORS (since it needs to turn the MMU off). Acked-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> Signed-off-by: Christoffer Dall <cdall@linaro.org>