hw: provide svm/vmx features via platform_info

Issue #2710
This commit is contained in:
Alexander Boettcher 2018-03-27 13:52:11 +02:00 committed by Christian Helmuth
parent a6a196f042
commit 26918b82b3
1 changed files with 6 additions and 0 deletions

View File

@ -80,6 +80,12 @@ void Platform::_init_additional()
xml.attribute("pitch", boot_fb.pitch);
});
});
xml.node("hardware", [&] () {
xml.node("features", [&] () {
xml.attribute("svm", false);
xml.attribute("vmx", false);
});
});
});
if (!unmap_local(virt_addr, pages)) {