]> git.ipfire.org Git - thirdparty/linux.git/commit
KVM: VMX: Move nested_mark_vmcs12_pages_dirty() to vmx.c, and rename
authorSean Christopherson <seanjc@google.com>
Fri, 21 Nov 2025 22:34:43 +0000 (14:34 -0800)
committerSean Christopherson <seanjc@google.com>
Thu, 8 Jan 2026 19:58:23 +0000 (11:58 -0800)
commit57dfa61f6248e0fb23a3f767a7dc9c8fcecec5d7
tree95f60121ee083675efa03fd0e48bc30049f5b9e2
parentf74bb1d2eda1b77c37f35876ca0c44be345e2b1f
KVM: VMX: Move nested_mark_vmcs12_pages_dirty() to vmx.c, and rename

Move nested_mark_vmcs12_pages_dirty() to vmx.c now that it's only used in
the VM-Exit path, and add "all" to its name to document that its purpose
is to mark all (mapped-out-of-band) vmcs12 pages as dirty.

No functional change intended.

Link: https://patch.msgid.link/20251121223444.355422-5-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/vmx/nested.c
arch/x86/kvm/vmx/vmx.c