From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50817) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eOmqM-0001Sz-Bk for qemu-devel@nongnu.org; Tue, 12 Dec 2017 10:51:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eOmqL-0005hN-JN for qemu-devel@nongnu.org; Tue, 12 Dec 2017 10:51:42 -0500 Received: from mail-oi0-x243.google.com ([2607:f8b0:4003:c06::243]:34172) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eOmqL-0005gm-EJ for qemu-devel@nongnu.org; Tue, 12 Dec 2017 10:51:41 -0500 Received: by mail-oi0-x243.google.com with SMTP id u193so14300167oie.1 for ; Tue, 12 Dec 2017 07:51:41 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20171212151605.v2eoestysaogzymm@kamzik.brq.redhat.com> References: <1512745328-5109-1-git-send-email-peter.maydell@linaro.org> <1512745328-5109-3-git-send-email-peter.maydell@linaro.org> <20171212144513.sutjfenbjh33fm5n@kamzik.brq.redhat.com> <20171212151605.v2eoestysaogzymm@kamzik.brq.redhat.com> From: Peter Maydell Date: Tue, 12 Dec 2017 15:51:20 +0000 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [PATCH 2/3] hw/arm/virt: Add another UART to the virt board List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andrew Jones Cc: "Jason A . Donenfeld" , qemu-arm , QEMU Developers , Shannon Zhao On 12 December 2017 at 15:16, Andrew Jones wrote: > OK, so this patch is fine, but it kills my suggestion for AAVMF to > only output debug messages to a debug port when the debug port is > actually useful. Now it won't be able to tell the difference unless > we can inform it some other way. Yeah, and that might be a nice thing to do. I'm just a little reluctant to have Arm start doing something that we don't already do for x86, or plan to do on x86 in the same way at the same time. thanks -- PMM