From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35937) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z2HaK-00088g-E4 for qemu-devel@nongnu.org; Tue, 09 Jun 2015 07:20:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z2HaE-0003j2-Od for qemu-devel@nongnu.org; Tue, 09 Jun 2015 07:20:48 -0400 Received: from szxga01-in.huawei.com ([58.251.152.64]:30578) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z2HaE-0003c8-0B for qemu-devel@nongnu.org; Tue, 09 Jun 2015 07:20:42 -0400 Message-ID: <5576CA42.2050907@huawei.com> Date: Tue, 9 Jun 2015 19:13:06 +0800 From: Shannon Zhao MIME-Version: 1.0 References: <1433772050-28113-1-git-send-email-drjones@redhat.com> In-Reply-To: <1433772050-28113-1-git-send-email-drjones@redhat.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] ACPI: ARM: add SPCR table List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andrew Jones , qemu-devel@nongnu.org Cc: imammedo@redhat.com, shannon.zhao@linaro.org, mst@redhat.com On 2015/6/8 22:00, 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. > > Andrew Jones (2): > ACPI: Add definitions for the SPCR table > hw/arm/virt-acpi-build: Add SPCR table > Test this patchset on ARM without appending "console=". Tested-by: Shannon Zhao > hw/arm/virt-acpi-build.c | 44 ++++++++++++++++++++++++++- > include/hw/acpi/acpi-defs.h | 72 +++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 115 insertions(+), 1 deletion(-) > -- Shannon