summaryrefslogtreecommitdiff
path: root/rust/kernel/block
diff options
context:
space:
mode:
authorSean Christopherson <seanjc@google.com>2026-05-29 20:35:40 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2026-06-03 16:43:56 +0200
commit08385c5e1814edee829ffe475d559ed730354335 (patch)
tree966e5f7ada774e72d8cbe247c8654642fd1b19ae /rust/kernel/block
parent8618004d3e897c0f1b71d9a9ab860461289bb89a (diff)
KVM: SEV: Move sev_free_vcpu() down below sev_es_unmap_ghcb()
Relocate sev_free_vcpu() down in sev.c so that it's definition comes after sev_es_unmap_ghcb(). This will allow sharing unmap functionality between the two functions without needing a forward declaration (or weird placement of the common code). No functional change intended. Cc: stable@vger.kernel.org Reviewed-by: Tom Lendacky <thomas.lendacky@amd.com> Reviewed-by: Michael Roth <michael.roth@amd.com> Signed-off-by: Sean Christopherson <seanjc@google.com> Message-ID: <20260501202250.2115252-16-seanjc@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Message-ID: <20260529183549.1104619-16-pbonzini@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'rust/kernel/block')
0 files changed, 0 insertions, 0 deletions