From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58966) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gP2xr-0000JJ-Ke for qemu-devel@nongnu.org; Tue, 20 Nov 2018 05:09:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gP2xq-0006XR-Ez for qemu-devel@nongnu.org; Tue, 20 Nov 2018 05:09:03 -0500 Received: from mail-oi1-x242.google.com ([2607:f8b0:4864:20::242]:37978) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gP2xm-0006T0-MH for qemu-devel@nongnu.org; Tue, 20 Nov 2018 05:09:00 -0500 Received: by mail-oi1-x242.google.com with SMTP id a77so1039931oii.5 for ; Tue, 20 Nov 2018 02:08:55 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: From: Peter Maydell Date: Tue, 20 Nov 2018 10:08:33 +0000 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [Qemu-arm] more serial ports on arm? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Jason A. Donenfeld" Cc: QEMU Developers , qemu-arm On 19 November 2018 at 23:46, Jason A. Donenfeld wrote: > Hey guys, > > I sort of lost track of the discussion, but what ever happened to > adding an extra serial port to the arm virt machine? I'm still > carrying around the attached patch to run build.wireguard.com and I'd > of course like to see a real solution upstream. It's still stuck, because unconditionally adding a second serial port to the virt board breaks some commonly used existing guest code (UEFI + Linux), and it's not clear to me what the best command line UI is for allowing the user to request the second serial port. thanks -- PMM