On Mon, May 23, 2016 at 20:01:16 +0200, Ján Tomko wrote:
Add a new element to <domain> XML:
<os>
<acpi>
<table type="slic">/path/to/acpi/table/file</table>
</acpi>
</os>
To supply a path to a SLIC (Software Licensing) ACPI
table blob.
https://bugzilla.redhat.com/show_bug.cgi?id=1327537
---
docs/formatdomain.html.in | 8 ++++
docs/schemas/domaincommon.rng | 18 +++++++++
src/conf/domain_conf.c | 46 ++++++++++++++++++++++
src/conf/domain_conf.h | 1 +
tests/qemuxml2argvdata/qemuxml2argv-acpi-table.xml | 30 ++++++++++++++
.../qemuxml2xmlout-acpi-table.xml | 34 ++++++++++++++++
tests/qemuxml2xmltest.c | 3 ++
7 files changed, 140 insertions(+)
create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-acpi-table.xml
create mode 100644 tests/qemuxml2xmloutdata/qemuxml2xmlout-acpi-table.xml
ACK