Re: [libvirt] [PATCHv2 2/3] qemu: format SLIC ACPI table command line

2016-05-25 Thread Peter Krempa
On Mon, May 23, 2016 at 20:01:17 +0200, Ján Tomko wrote: > > > /path/to/acpi/table/file > > > > 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=132753

[libvirt] [PATCHv2 2/3] qemu: format SLIC ACPI table command line

2016-05-23 Thread Ján Tomko
/path/to/acpi/table/file 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 | 7 +++ tests/qemu