platform_info: add kernel information (fix #3295)

This commit is contained in:
Stefan Kalkowski
2019-04-17 12:51:39 +02:00
committed by Christian Helmuth
parent c38c80fd43
commit f42c21f16b
9 changed files with 91 additions and 80 deletions

View File

@@ -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 */