[libvirt] [PATCHv2 0/3] qemu: support for SLIC ACPI tables

Ján Tomko jtomko at redhat.com
Mon May 23 18:01:15 UTC 2016


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

In v2:
* make <table> a subelement of <acpi>
* minor documentation fixes
* comma-escape the value on QEMU command line
* mention that this option was added in 2009

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

 docs/formatdomain.html.in                          |  8 ++++
 docs/schemas/domaincommon.rng                      | 18 +++++++++
 src/conf/domain_conf.c                             | 46 ++++++++++++++++++++++
 src/conf/domain_conf.h                             |  1 +
 src/qemu/qemu_command.c                            |  7 ++++
 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 | 30 ++++++++++++++
 tests/qemuxml2argvtest.c                           |  2 +
 .../qemuxml2xmlout-acpi-table.xml                  | 34 ++++++++++++++++
 tests/qemuxml2xmltest.c                            |  3 ++
 13 files changed, 182 insertions(+)
 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