From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35990) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aR2WU-0000AY-KM for qemu-devel@nongnu.org; Wed, 03 Feb 2016 13:51:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aR2WR-0007NH-C3 for qemu-devel@nongnu.org; Wed, 03 Feb 2016 13:51:26 -0500 Received: from mx1.redhat.com ([209.132.183.28]:59383) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aR2WR-0007NA-5W for qemu-devel@nongnu.org; Wed, 03 Feb 2016 13:51:23 -0500 References: <1453126333-19474-1-git-send-email-lersek@redhat.com> <56A90CEE.4020100@redhat.com> From: Laszlo Ersek Message-ID: <56B24C26.8070501@redhat.com> Date: Wed, 3 Feb 2016 19:51:18 +0100 MIME-Version: 1.0 In-Reply-To: <56A90CEE.4020100@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/27/16 19:31, Laszlo Ersek wrote: > 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? Ping #2.