commit | 4bacd723705a6b6c8386daf3d5148aca66135f3c | [log] [tgz] |
---|---|---|
author | Marc Zyngier <maz@kernel.org> | Tue Feb 27 08:27:54 2024 +0000 |
committer | Marc Zyngier <maz@kernel.org> | Fri Apr 12 13:58:18 2024 +0100 |
tree | 7215fa57f829f2d38e734f09ae46ae9f48b5dd4c | |
parent | 6db55734ec4008da39e10d2fffa913fd9751ccaa [diff] |
KVM: arm64: Exclude mdcr_el2_host from kvm_vcpu_arch As for the rest of the host debug state, the host copy of mdcr_el2 has little to do in the vcpu, and is better placed in the host_data structure. Reviewed-by : Suzuki K Poulose <suzuki.poulose@arm.com> Signed-off-by: Marc Zyngier <maz@kernel.org>