]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: arm/arm64: Demote kvm_arm_init_arch_resources() to just set up SVE
authorDave Martin <Dave.Martin@arm.com>
Fri, 12 Apr 2019 14:30:58 +0000 (15:30 +0100)
committerMarc Zyngier <marc.zyngier@arm.com>
Thu, 18 Apr 2019 16:14:01 +0000 (17:14 +0100)
commit332c12baf12eeae7d0e88318ff269431bb131923
treea86107d0d239860baeef09f2a6c8fc73c72e900c
parent4487d42e33d3aa9b14bea89c733e642e4a6cc549
KVM: arm/arm64: Demote kvm_arm_init_arch_resources() to just set up SVE

The introduction of kvm_arm_init_arch_resources() looks like
premature factoring, since nothing else uses this hook yet and it
is not clear what will use it in the future.

For now, let's not pretend that this is a general thing:

This patch simply renames the function to kvm_arm_init_sve(),
retaining the arm stub version under the new name.

Suggested-by: Andrew Jones <drjones@redhat.com>
Signed-off-by: Dave Martin <Dave.Martin@arm.com>
Reviewed-by: Andrew Jones <drjones@redhat.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
arch/arm/include/asm/kvm_host.h
arch/arm64/include/asm/kvm_host.h
arch/arm64/kvm/reset.c
virt/kvm/arm/arm.c