From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51353) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z2igW-0000sv-56 for qemu-devel@nongnu.org; Wed, 10 Jun 2015 12:17:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z2igS-00070R-9i for qemu-devel@nongnu.org; Wed, 10 Jun 2015 12:17:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46012) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z2igS-00070N-55 for qemu-devel@nongnu.org; Wed, 10 Jun 2015 12:16:56 -0400 Date: Wed, 10 Jun 2015 18:16:53 +0200 From: "Michael S. Tsirkin" Message-ID: <20150610181634-mutt-send-email-mst@redhat.com> References: <1433929959-29530-1-git-send-email-drjones@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1433929959-29530-1-git-send-email-drjones@redhat.com> Subject: Re: [Qemu-devel] [PATCH v3 0/2] ACPI: ARM: add SPCR table List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andrew Jones Cc: peter.maydell@linaro.org, imammedo@redhat.com, qemu-devel@nongnu.org, shannon.zhao@linaro.org On Wed, Jun 10, 2015 at 05:52:37AM -0400, Andrew Jones wrote: > Adding this table allows the guest to boot without the console= > parameter added to the kernel command line. And anyway, kernel doc > Documentation/arm64/acpi_object_usage.txt says it's a required > table for arm64. Looks good to me. Feel free to merge through the arm tree. > v3: > - no enums, document struct and value in build_spcr [mst] > - document earliest spec version for table [mst] > - clarify _ADR comment [Igor] > v2: > - checkpatch style fixes [Shannon] > - table is revision 2, not 5 [Shannon] > - use AML_SYSTEM_MEMORY [Shannon] > - tested-by Shannon > > Andrew Jones (2): > ACPI: Add definitions for the SPCR table > hw/arm/virt-acpi-build: Add SPCR table > > hw/arm/virt-acpi-build.c | 43 ++++++++++++++++++++++++++- > include/hw/acpi/acpi-defs.h | 72 +++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 114 insertions(+), 1 deletion(-) > > -- > 1.8.3.1