Skip to content

Commit c2a6131

Browse files
committed
log that the secure avic is avilable
1 parent d661e35 commit c2a6131

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
@@ -347,6 +347,8 @@ impl SnpBackedShared {
347347
extended_sev_features.secure_avic()
348348
&& extended_sev_features.guest_intercept_control()
349349
);
350+
351+
tracing::info!("Secure AVIC is available");
350352
}
351353

352354
Ok(Self {

0 commit comments

Comments
 (0)