]> git.ipfire.org Git - thirdparty/linux.git/commit
KVM: SEV: Consolidate the SEV policy bits in a single header file
authorTom Lendacky <thomas.lendacky@amd.com>
Mon, 27 Oct 2025 19:33:49 +0000 (14:33 -0500)
committerSean Christopherson <seanjc@google.com>
Fri, 14 Nov 2025 18:29:43 +0000 (10:29 -0800)
commitce62118a2e4838bcef1050fff55001a0bf87f0cb
treedef2b9a4899915d1016bed467ff023fb94de9f1d
parent9f4ce4878878cb9694c4284f7a483984d52d4d9a
KVM: SEV: Consolidate the SEV policy bits in a single header file

Consolidate SEV policy bit definitions into a single file. Use
include/linux/psp-sev.h to hold the definitions and remove the current
definitions from the arch/x86/kvm/svm/sev.c and arch/x86/include/svm.h
files.

No functional change intended.

Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
Link: https://patch.msgid.link/d9639f88a0b521a1a67aeac77cc609fdea1f90bd.1761593632.git.thomas.lendacky@amd.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/svm/sev.c
arch/x86/kvm/svm/svm.h
include/linux/psp-sev.h