]> xenbits.xensource.com Git - libvirt.git/commit
qemu: format SLIC ACPI table command line
authorJán Tomko <jtomko@redhat.com>
Thu, 12 May 2016 11:21:01 +0000 (13:21 +0200)
committerJán Tomko <jtomko@redhat.com>
Wed, 25 May 2016 15:15:21 +0000 (17:15 +0200)
commitea04d1a659209416b191c6b4b5803f4db3b69d81
tree32518314f4247e4e81c45a732eff5a0a6bc0d79d
parent72f652da63255c7f1a9914625cce617dde9128d0
qemu: format SLIC ACPI table command line

<os>
  <acpi>
    <table type="slic">/path/to/acpi/table/file</table>
  </acpi>
</os>

will result in:

-acpitable sig=SLIC,file=/path/to/acpi/table/file

This option was introduced by QEMU commit 8a92ea2 in 2009.

https://bugzilla.redhat.com/show_bug.cgi?id=1327537
src/qemu/qemu_command.c
tests/qemuxml2argvdata/qemuxml2argv-acpi-table.args [new file with mode: 0644]
tests/qemuxml2argvtest.c