base-nova: log IOMMU feature in verbose boot info

This commit is contained in:
Christian Helmuth 2023-03-22 08:35:06 +01:00
parent 25c8c0f9e9
commit 6ab06f417d

View File

@ -774,6 +774,8 @@ Platform::Platform()
Rom_module(_rom_fs, "kernel_log", hyp_log, hyp_log_size);
if (verbose_boot_info) {
if (hip.has_feature_iommu())
log("Hypervisor features IOMMU");
if (hip.has_feature_vmx())
log("Hypervisor features VMX");
if (hip.has_feature_svm())