Re: [Qemu-devel] [PATCH v2 0/4] set the OEM fields in the RSDT and the FADT from the SLIC

2016-01-18 Thread Steven Newbury
On Tue Jan 19 07:35:27 2016 GMT, Steven Newbury wrote: > > > On Mon Jan 18 14:12:09 2016 GMT, Laszlo Ersek wrote: > > This is version 2 of > > <http://thread.gmane.org/gmane.comp.emulators.qemu/386728>. > > > > Changes in v2 (also annotated per patch): &

Re: [Qemu-devel] [PATCH v2 0/4] set the OEM fields in the RSDT and the FADT from the SLIC

2016-01-18 Thread Steven Newbury
Cc: Igor Mammedov > Cc: Michael Tokarev > Cc: Paolo Bonzini > Cc: Richard W.M. Jones > Cc: Shannon Zhao > Cc: Steven Newbury > Cc: Xiao Guangrong > > Thanks > Laszlo > > Laszlo Ersek (4): > acpi: take oem_id in build_header(), optionally > acpi: expose

[Qemu-devel] [PATCH] Propagate OEM ID info into other tables when using SLIC

2016-01-15 Thread Steven Newbury
re-worked, and re-based. Signed-off-by: Steven Newbury ---  hw/acpi/aml-build.c | 19 ---  hw/acpi/core.c  | 11 +++  hw/i386/acpi-build.c|  9 -  include/hw/acpi/acpi_slic.h | 11 +++  qemu-options.hx |  2 ++  5 files c