]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: arm64: Rename the KVM_REQ_SLEEP handler
authorOliver Upton <oupton@google.com>
Wed, 4 May 2022 03:24:38 +0000 (03:24 +0000)
committerMarc Zyngier <maz@kernel.org>
Wed, 4 May 2022 08:28:45 +0000 (09:28 +0100)
commitc041f267e3330b6771aa9cc9efb0a032cbb48f5a
tree67c4aac54ce896e76401a5e06d25f136b7a4542c
parent97a4980899894861aa57273d35e5a106d27d447c
KVM: arm64: Rename the KVM_REQ_SLEEP handler

The naming of the kvm_req_sleep function is confusing: the function
itself sleeps the vCPU, it does not request such an event. Rename the
function to make its purpose more clear.

No functional change intended.

Signed-off-by: Oliver Upton <oupton@google.com>
Reviewed-by: Andrew Jones <drjones@redhat.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20220504032446.4133305-5-oupton@google.com
arch/arm64/kvm/arm.c