]> git.ipfire.org Git - thirdparty/linux.git/commit
KVM: SVM: Add the type of VM for which the VMCB/VMSA is being dumped
authorTom Lendacky <thomas.lendacky@amd.com>
Thu, 20 Mar 2025 13:26:51 +0000 (08:26 -0500)
committerSean Christopherson <seanjc@google.com>
Fri, 25 Apr 2025 23:19:53 +0000 (16:19 -0700)
commitdb264509610588dea5fa1dbe28914d39b688d190
tree113c6daced6665791e592a2521f00c9d25b8453c
parent22f5c2003a18300f03cd1dd0b63b4df0ce7fed17
KVM: SVM: Add the type of VM for which the VMCB/VMSA is being dumped

Add the type of VM (SVM, SEV, SEV-ES, or SEV-SNP) being dumped to the
dump_vmcb() function.

Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
Acked-by: Borislav Petkov (AMD) <bp@alien8.de>
Tested-by: Kim Phillips <kim.phillips@amd.com>
Link: https://lore.kernel.org/r/7a183a8beedf4ee26c42001160e073a884fe466e.1742477213.git.thomas.lendacky@amd.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/svm/svm.c