mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-24 15:56:41 +00:00
base-nova: log IOMMU feature in verbose boot info
This commit is contained in:
parent
25c8c0f9e9
commit
6ab06f417d
@ -774,6 +774,8 @@ Platform::Platform()
|
|||||||
Rom_module(_rom_fs, "kernel_log", hyp_log, hyp_log_size);
|
Rom_module(_rom_fs, "kernel_log", hyp_log, hyp_log_size);
|
||||||
|
|
||||||
if (verbose_boot_info) {
|
if (verbose_boot_info) {
|
||||||
|
if (hip.has_feature_iommu())
|
||||||
|
log("Hypervisor features IOMMU");
|
||||||
if (hip.has_feature_vmx())
|
if (hip.has_feature_vmx())
|
||||||
log("Hypervisor features VMX");
|
log("Hypervisor features VMX");
|
||||||
if (hip.has_feature_svm())
|
if (hip.has_feature_svm())
|
||||||
|
Loading…
Reference in New Issue
Block a user