mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
Revert "ANDROID: KVM: arm64: Plumb MMIO checking into the fault handling"
This reverts commit 24483ac2db.
Bug: 233587962
Signed-off-by: Will Deacon <willdeacon@google.com>
Change-Id: Ic8ae32142b60443fe53a12bf9b62278bc5e11ef1
This commit is contained in:
@@ -329,7 +329,8 @@ static void handle_pvm_exit_iabt(struct kvm_vcpu *host_vcpu, struct kvm_vcpu *sh
|
||||
|
||||
static void handle_pvm_exit_dabt(struct kvm_vcpu *host_vcpu, struct kvm_vcpu *shadow_vcpu)
|
||||
{
|
||||
shadow_vcpu->mmio_needed = __pkvm_check_ioguard_page(shadow_vcpu);
|
||||
/* FIXME: Revisit once MMIO-guard is available */
|
||||
shadow_vcpu->mmio_needed = true;
|
||||
|
||||
if (shadow_vcpu->mmio_needed) {
|
||||
/* r0 as transfer register between the guest and the host. */
|
||||
|
||||
Reference in New Issue
Block a user