[libvirt] [PATCH 0/4] qemu: support for SLIC ACPI tables

Ján Tomko jtomko at redhat.com
Fri May 13 14:52:12 UTC 2016


Windows uses this BLOB for activation purposes.
https://bugzilla.redhat.com/show_bug.cgi?id=1327537

Ján Tomko (4):
  Separate virDomainDefParseBootOptions
  conf: add <acpi table> to <os>
  qemu: format SLIC ACPI table command line
  security: label the slic_table

 docs/formatdomain.html.in                          |   6 +
 docs/schemas/domaincommon.rng                      |  10 ++
 src/conf/domain_conf.c                             | 159 +++++++++++++--------
 src/conf/domain_conf.h                             |   1 +
 src/qemu/qemu_command.c                            |   4 +
 src/security/security_dac.c                        |   5 +
 src/security/security_selinux.c                    |   5 +
 src/security/virt-aa-helper.c                      |   4 +
 .../qemuxml2argvdata/qemuxml2argv-acpi-table.args  |  19 +++
 tests/qemuxml2argvdata/qemuxml2argv-acpi-table.xml |  28 ++++
 tests/qemuxml2argvtest.c                           |   2 +
 .../qemuxml2xmlout-acpi-table.xml                  |  32 +++++
 tests/qemuxml2xmltest.c                            |   3 +
 13 files changed, 215 insertions(+), 63 deletions(-)
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-acpi-table.args
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-acpi-table.xml
 create mode 100644 tests/qemuxml2xmloutdata/qemuxml2xmlout-acpi-table.xml

-- 
2.7.3




More information about the libvir-list mailing list