diff options
| author | Ingo Molnar <mingo@kernel.org> | 2025-09-05 10:01:42 +0300 |
|---|---|---|
| committer | Ingo Molnar <mingo@kernel.org> | 2025-09-05 10:01:42 +0300 |
| commit | 0ca77f8d33e8136b8926775380506f78a8d04811 (patch) | |
| tree | bb6d77ca7b4a8250dd2f2becc214107737be7119 /include/linux | |
| parent | 9f8d92a1fbb5a08e17f9d405a1ab27be64096d8c (diff) | |
| parent | d4bc3b11c12b41fdb5650f5ad797de97f8dce869 (diff) | |
| download | linux-0ca77f8d33e8136b8926775380506f78a8d04811.tar.xz | |
Merge branch 'x86/apic' into x86/sev, to resolve conflict
Conflicts:
arch/x86/include/asm/sev-internal.h
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/cc_platform.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/linux/cc_platform.h b/include/linux/cc_platform.h index 0bf7d33a1048..7fcec025c5e0 100644 --- a/include/linux/cc_platform.h +++ b/include/linux/cc_platform.h @@ -96,6 +96,14 @@ enum cc_attr { * enabled to run SEV-SNP guests. */ CC_ATTR_HOST_SEV_SNP, + + /** + * @CC_ATTR_SNP_SECURE_AVIC: Secure AVIC mode is active. + * + * The host kernel is running with the necessary features enabled + * to run SEV-SNP guests with full Secure AVIC capabilities. + */ + CC_ATTR_SNP_SECURE_AVIC, }; #ifdef CONFIG_ARCH_HAS_CC_PLATFORM |
