]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
x86/sev: Carve out the SVSM code into a separate compilation unit
authorBorislav Petkov (AMD) <bp@alien8.de>
Thu, 4 Dec 2025 12:48:08 +0000 (13:48 +0100)
committerBorislav Petkov (AMD) <bp@alien8.de>
Wed, 31 Dec 2025 12:18:23 +0000 (13:18 +0100)
commite21279b73ef6c7d27237912c914f2db0c5a74786
tree0289bf8cd85ea65fcd25d454b46a69c901d53668
parentf01c6489ad6ceb8d06eae0c5123fc6cf39276ff1
x86/sev: Carve out the SVSM code into a separate compilation unit

Move the SVSM-related machinery into a separate compilation unit in
order to keep sev/core.c slim and "on-topic".

No functional changes.

Reviewed-by: Tom Lendacky <thomas.lendacky@amd.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://patch.msgid.link/20251204124809.31783-4-bp@kernel.org
arch/x86/coco/sev/Makefile
arch/x86/coco/sev/core.c
arch/x86/coco/sev/internal.h
arch/x86/coco/sev/svsm.c [new file with mode: 0644]