commit | cdb5e02ed133731f8a6676a389ed40ca303cab7c | [log] [tgz] |
---|---|---|
author | Marc Zyngier <maz@kernel.org> | Wed Oct 14 09:29:27 2020 +0100 |
committer | Marc Zyngier <maz@kernel.org> | Tue Nov 10 08:34:24 2020 +0000 |
tree | 0b4e7d3d329cbe902aaacd80b76e9c3282956806 | |
parent | 6ddbc281e2aa21c5917e015a373958455f5eb3c1 [diff] |
KVM: arm64: Make kvm_skip_instr() and co private to HYP In an effort to remove the vcpu PC manipulations from EL1 on nVHE systems, move kvm_skip_instr() to be HYP-specific. EL1's intent to increment PC post emulation is now signalled via a flag in the vcpu structure. Signed-off-by: Marc Zyngier <maz@kernel.org>