Re: [libvirt] [PATCH 3/4] qemu: format SLIC ACPI table command line

2016-05-17 Thread Cole Robinson
On 05/17/2016 11:24 AM, John Ferlan wrote: > > > On 05/13/2016 10:52 AM, Ján Tomko wrote: >> >> /path/to/acpi/table/file >> >> >> will result in: >> >> -acpitable sig=SLIC,file=/path/to/acpi/table/file >> >> https://bugzilla.redhat.com/show_bug.cgi?id=1327537 >> --- >> src/qemu/qemu_command.

Re: [libvirt] [PATCH 3/4] qemu: format SLIC ACPI table command line

2016-05-17 Thread John Ferlan
On 05/13/2016 10:52 AM, Ján Tomko wrote: > > /path/to/acpi/table/file > > > will result in: > > -acpitable sig=SLIC,file=/path/to/acpi/table/file > > https://bugzilla.redhat.com/show_bug.cgi?id=1327537 > --- > src/qemu/qemu_command.c | 4 > tests/qemuxml2

[libvirt] [PATCH 3/4] qemu: format SLIC ACPI table command line

2016-05-13 Thread Ján Tomko
/path/to/acpi/table/file will result in: -acpitable sig=SLIC,file=/path/to/acpi/table/file https://bugzilla.redhat.com/show_bug.cgi?id=1327537 --- src/qemu/qemu_command.c | 4 tests/qemuxml2argvdata/qemuxml2argv-acpi-table.args | 19 +++ tes