]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit721b3fd7994eae49bd205d147c8024f4c002c797
tree33257449b98eabd4993b26020772afef5421f04f
parentd8d5894884f331a9396e485cccf35ba6c96829eb
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