commit | 8ace07520f297bc16edcba0055fed2b406879590 | [log] [tgz] |
---|---|---|
author | Fuad Tabba <tabba@google.com> | Wed Oct 05 13:14:26 2022 +0100 |
committer | Fuad Tabba <tabba@google.com> | Tue Feb 13 14:05:33 2024 +0000 |
tree | 4371c5ed83f547a86dee5bdd9ac5120c524f0ac8 | |
parent | dc1f521d9216048e81f616d1dc1183221c67cc97 [diff] |
KVM: arm64: Do not use the hva in kvm_handle_guest_abort The hva isn't needed, but is used as a proxy for determining whether there's an error or a write fault. Since we won't have the hva in private mode, do not use it. Use the newly introduced function to determine errors or write faults. Signed-off-by: Fuad Tabba <tabba@google.com>