From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45588) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYxLN-0003ao-IG for qemu-devel@nongnu.org; Mon, 07 Sep 2015 10:24:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZYxLI-0008J5-M5 for qemu-devel@nongnu.org; Mon, 07 Sep 2015 10:24:25 -0400 Received: from mail-wi0-f180.google.com ([209.85.212.180]:34824) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYxLI-0008De-H5 for qemu-devel@nongnu.org; Mon, 07 Sep 2015 10:24:20 -0400 Received: by wicge5 with SMTP id ge5so85897825wic.0 for ; Mon, 07 Sep 2015 07:23:58 -0700 (PDT) From: Leif Lindholm Date: Mon, 7 Sep 2015 15:23:44 +0100 Message-Id: <1441635826-4866-1-git-send-email-leif.lindholm@linaro.org> Subject: [Qemu-devel] [PATCH 0/2] ACPI/arm-virt: add DBG2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, drjones@redhat.com, shannon.zhao@linaro.org, al.stone@linaro.org The Debug Port Table 2 (DBG2) is mandated by the ARM Server Base Boot Requirements specification. Add the DBG2 table definitions, and set up an entry in the ARM virt machine for the pl011 UART. Leif Lindholm (2): ACPI: Add definitions for the DBG2 table hw/arm/virt-acpi-build: Add DBG2 table hw/arm/virt-acpi-build.c | 37 ++++++++++++++++++++++++++++++++++++- include/hw/acpi/acpi-defs.h | 37 +++++++++++++++++++++++++++++++++++-- 2 files changed, 71 insertions(+), 3 deletions(-) -- 2.1.4