]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
KVM: Rename kvm_handle_hva_range()
authorJames Houghton <jthoughton@google.com>
Tue, 4 Feb 2025 00:40:28 +0000 (00:40 +0000)
committerSean Christopherson <seanjc@google.com>
Wed, 12 Feb 2025 19:09:30 +0000 (11:09 -0800)
commit374ccd63600bc98453e7ab33fd457b57f6faacbc
tree1f98c7cbd32c9a07a3e1df272d27d549c8b116a8
parenta64dcfb451e254085a7daee5fe51bf22959d52d3
KVM: Rename kvm_handle_hva_range()

Rename kvm_handle_hva_range() to kvm_age_hva_range(),
kvm_handle_hva_range_no_flush() to kvm_age_hva_range_no_flush(), and
__kvm_handle_hva_range() to kvm_handle_hva_range(), as
kvm_age_hva_range() will get more aging-specific functionality.

Suggested-by: Sean Christopherson <seanjc@google.com>
Signed-off-by: James Houghton <jthoughton@google.com>
Link: https://lore.kernel.org/r/20250204004038.1680123-2-jthoughton@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
virt/kvm/kvm_main.c