KVM: arm64: Move vcpu debug/SPE/TRBE flags to the input flag set
authorMarc Zyngier <maz@kernel.org>
Sat, 28 May 2022 11:38:19 +0000 (12:38 +0100)
committerMarc Zyngier <maz@kernel.org>
Wed, 29 Jun 2022 09:23:03 +0000 (10:23 +0100)
commitb1da49088ac68a21c613efd734dada8272ec0b00
tree33257449b98eabd4993b26020772afef5421f04f
parent699bb2e0c6f3796549dabac329501df7ffd99439
KVM: arm64: Move vcpu debug/SPE/TRBE flags to the input flag set

The three debug flags (which deal with the debug registers, SPE and
TRBE) all are input flags to the hypervisor code.

Move them into the input set and convert them to the new accessors.

Reviewed-by: Fuad Tabba <tabba@google.com>
Reviewed-by: Reiji Watanabe <reijiw@google.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/arm64/include/asm/kvm_host.h
arch/arm64/kvm/debug.c
arch/arm64/kvm/hyp/include/hyp/debug-sr.h
arch/arm64/kvm/hyp/include/hyp/sysreg-sr.h
arch/arm64/kvm/hyp/nvhe/debug-sr.c
arch/arm64/kvm/sys_regs.c