[libvirt] [PATCH 2/4] conf: add <acpi table> to <os>

Peter Krempa pkrempa at redhat.com
Wed May 18 12:36:24 UTC 2016


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20160518/9a97b7fb/attachment-0001.sig>


More information about the libvir-list mailing list