From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59869) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOUsC-0007jU-AL for qemu-devel@nongnu.org; Wed, 27 Jan 2016 13:31:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aOUs8-00020X-2t for qemu-devel@nongnu.org; Wed, 27 Jan 2016 13:31:20 -0500 Received: from mx1.redhat.com ([209.132.183.28]:33991) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOUs7-00020Q-Tu for qemu-devel@nongnu.org; Wed, 27 Jan 2016 13:31:16 -0500 References: <1453126333-19474-1-git-send-email-lersek@redhat.com> From: Laszlo Ersek Message-ID: <56A90CEE.4020100@redhat.com> Date: Wed, 27 Jan 2016 19:31:10 +0100 MIME-Version: 1.0 In-Reply-To: <1453126333-19474-1-git-send-email-lersek@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/4] set the OEM fields in the RSDT and the FADT from the SLIC List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" , Igor Mammedov Cc: Aleksei Kovura , Xiao Guangrong , Steven Newbury , Michael Tokarev , qemu-devel@nongnu.org, "Richard W.M. Jones" , Shannon Zhao , Paolo Bonzini On 01/18/16 15:12, Laszlo Ersek wrote: > This is version 2 of > . > > Changes in v2 (also annotated per patch): > - introduce acpi_get_slic_oem() [MST], > - drop machine property that disables the SLIC-based override [MST]. > > Cc: "Michael S. Tsirkin" > Cc: Aleksei Kovura > 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 oem_id and oem_table_id in build_rsdt() > acpi: add function to extract oem_id and oem_table_id from the user's > SLIC > pc: set the OEM fields in the RSDT and the FADT from the SLIC > > include/hw/acpi/acpi.h | 7 +++++++ > include/hw/acpi/aml-build.h | 5 +++-- > hw/acpi/aml-build.c | 14 ++++++++++---- > hw/acpi/core.c | 16 ++++++++++++++++ > hw/acpi/nvdimm.c | 4 ++-- > hw/arm/virt-acpi-build.c | 14 +++++++------- > hw/i386/acpi-build.c | 31 ++++++++++++++++++------------- > qemu-options.hx | 4 ++++ > 8 files changed, 67 insertions(+), 28 deletions(-) > Ping -- here's the review & testing feedback thus far: patch 1: Reviewed-by: Shannon Zhao Reviewed-by: Steven Newbury Tested-by: Aleksei Kovura patch 2: Reviewed-by: Shannon Zhao Reviewed-by: Steven Newbury Tested-by: Aleksei Kovura patch 3: Reviewed-by: Steven Newbury Tested-by: Aleksei Kovura patch 4: Reviewed-by: Steven Newbury Tested-by: Aleksei Kovura (Tested-by inferred from .) Michael, Igor, can one of you guys please pick this up? Thanks Laszlo