
18 May
2016
18 May
'16
2:36 p.m.
On Fri, May 13, 2016 at 16:52:14 +0200, Ján Tomko wrote:
Add a new element to <domain> XML: <os> <acpi table="slic">/path/to/acpi/table/file</acpi>
It looks like the table could compromise of multiple sub-tables which would add a rather unpleasantly looking XML: <acpi table="slic">/path/to/acpi/table/file</acpi> <acpi table="blurb">/path/to/acpi/table/blurb</acpi> <acpi table="foo"> ... Rather than this it would be better if 'table' were a subelement of <acpi> with a attribute 'type' or something along that to overcome that. Peter