Skip to content

Commit 082bdc5

Browse files
committed
log that the secure avic is avilable
1 parent b868390 commit 082bdc5

File tree

1 file changed

+2
-0
lines changed
  • openhcl/virt_mshv_vtl/src/processor/snp

1 file changed

+2
-0
lines changed

openhcl/virt_mshv_vtl/src/processor/snp/mod.rs

+2
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,8 @@ impl SnpBackedShared {
348348
extended_sev_features.secure_avic()
349349
&& extended_sev_features.guest_intercept_control()
350350
);
351+
352+
tracing::info!("Secure AVIC is available");
351353
}
352354

353355
Ok(Self {

0 commit comments

Comments
 (0)