From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35844) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XbvwB-0005Rz-MG for qemu-devel@nongnu.org; Wed, 08 Oct 2014 14:26:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xbvw4-0002v9-7Q for qemu-devel@nongnu.org; Wed, 08 Oct 2014 14:26:11 -0400 Received: from mail-pd0-f176.google.com ([209.85.192.176]:48340) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xbvw4-0002uz-34 for qemu-devel@nongnu.org; Wed, 08 Oct 2014 14:26:04 -0400 Received: by mail-pd0-f176.google.com with SMTP id fp1so7294416pdb.21 for ; Wed, 08 Oct 2014 11:26:03 -0700 (PDT) From: Greg Bellows Date: Wed, 8 Oct 2014 13:25:42 -0500 Message-Id: <1412792743-30906-1-git-send-email-greg.bellows@linaro.org> Subject: [Qemu-devel] [PATCH] target-arm: add second UART to virt List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, peter.maydell@linaro.org Cc: Greg Bellows This minor patch adds a second uart to the QEMU virt machine type. This patch is needed for separating the console output between normal and secure world environments. Greg Bellows (1): target-arm: add second UART to virt hw/arm/virt.c | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) -- 1.8.3.2