]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: arm/arm64: Rename kvm_arm_config_vm to kvm_arm_setup_stage2
authorMarc Zyngier <marc.zyngier@arm.com>
Mon, 1 Oct 2018 12:40:36 +0000 (13:40 +0100)
committerMarc Zyngier <marc.zyngier@arm.com>
Wed, 3 Oct 2018 10:45:29 +0000 (11:45 +0100)
commit86b5351ef2161c655cd62fcc55f0492349ca0f06
tree653168fb2b2cd78ed9c1ed228b1abcdc9445c515
parent44f8784374b150681ce4b91a080712186187c9cb
KVM: arm/arm64: Rename kvm_arm_config_vm to kvm_arm_setup_stage2

VM tends to be a very overloaded term in KVM, so let's keep it
to describe the virtual machine. For the virtual memory setup,
let's use the "stage2" suffix.

Reviewed-by: Eric Auger <eric.auger@redhat.com>
Reviewed-by: Suzuki K Poulose <suzuki.poulose@arm.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
arch/arm/include/asm/kvm_host.h
arch/arm64/include/asm/kvm_arm.h
arch/arm64/include/asm/kvm_host.h
arch/arm64/kvm/reset.c
virt/kvm/arm/arm.c