]> www.infradead.org Git - users/jedix/linux-maple.git/commit
KVM: x86: Rename reexecute_instruction()=>kvm_unprotect_and_retry_on_failure()
authorSean Christopherson <seanjc@google.com>
Sat, 31 Aug 2024 00:15:34 +0000 (17:15 -0700)
committerSean Christopherson <seanjc@google.com>
Tue, 10 Sep 2024 03:16:33 +0000 (20:16 -0700)
commit2876624e1adcd9a3a3ffa8c4fe3bf8dbba969d95
tree2900d8ac4e244872542f041d51313ee773c969b8
parent4df685664bed04794ad72b58d8af1fa4fcc60261
KVM: x86: Rename reexecute_instruction()=>kvm_unprotect_and_retry_on_failure()

Rename reexecute_instruction() to kvm_unprotect_and_retry_on_failure() to
make the intent and purpose of the helper much more obvious.

No functional change intended.

Reviewed-by: Yuan Yao <yuan.yao@intel.com>
Link: https://lore.kernel.org/r/20240831001538.336683-20-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/x86.c