platform_info: add kernel information (fix #3295)
This commit is contained in:
committed by
Christian Helmuth
parent
c38c80fd43
commit
f42c21f16b
@@ -684,6 +684,7 @@ Platform::Platform()
|
||||
pages << get_page_size_log2(),
|
||||
"platform_info", [&] ()
|
||||
{
|
||||
xml.node("kernel", [&] () { xml.attribute("name", "nova"); });
|
||||
xml.node("acpi", [&] () {
|
||||
|
||||
xml.attribute("revision", 2); /* XXX */
|
||||
|
||||
Reference in New Issue
Block a user