Rename "intel_tdx" feature to "cvm_guest"

This commit is contained in:
Hsy-Intel
2024-08-09 13:21:52 +08:00
committed by Tate, Hongliang Tian
parent ca41687a99
commit 8317c4c1e8
19 changed files with 37 additions and 37 deletions

View File

@ -63,7 +63,7 @@ pub fn init() {
arch::enable_cpu_features();
arch::serial::init();
#[cfg(feature = "intel_tdx")]
#[cfg(feature = "cvm_guest")]
arch::check_tdx_init();
// SAFETY: This function is called only once and only on the BSP.