[PATCH 0/5] KVM: arm64: Remove the target table
James Morse
james.morse at arm.com
Mon Jun 22 07:33:12 EDT 2020
Hi guys,
KVM's target_table indirection is a relic from 32bit where different
CPUs had different reset values for ACTLR. All 64bit CPUs have the
same behaviour here, but we support different targets, that all map
to the same behaviour.
This series removes the indirection and the fiddly handling of two
tables.
We still need to offer user-space the preferred target, and check
it selects a supported target, but we no longer do anything with
the information.
This series based on v5.8-rc1, and can be retrieved from:
git://git.kernel.org/pub/scm/linux/kernel/git/morse/linux.git kvm-arm64/kill_target_table/v1
Thanks,
James Morse (5):
KVM: arm64: Drop the target_table[] indirection
KVM: arm64: Tolerate an empty target_table list
KVM: arm64: Move ACTLR_EL1 emulation to the sys_reg_descs array
KVM: arm64: Remove target_table from exit handlers
KVM: arm64: Remove the target table
arch/arm64/include/asm/kvm_coproc.h | 8 --
arch/arm64/kvm/Makefile | 2 +-
arch/arm64/kvm/sys_regs.c | 177 +++++++++------------------
arch/arm64/kvm/sys_regs_generic_v8.c | 96 ---------------
4 files changed, 56 insertions(+), 227 deletions(-)
delete mode 100644 arch/arm64/kvm/sys_regs_generic_v8.c
--
2.20.1
More information about the linux-arm-kernel
mailing list