From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33723) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f9WbD-0001NT-3G for qemu-devel@nongnu.org; Fri, 20 Apr 2018 10:01:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f9Wb8-00053j-98 for qemu-devel@nongnu.org; Fri, 20 Apr 2018 10:01:15 -0400 Received: from mail-ot0-x242.google.com ([2607:f8b0:4003:c0f::242]:44687) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f9Wb8-00051C-2d for qemu-devel@nongnu.org; Fri, 20 Apr 2018 10:01:10 -0400 Received: by mail-ot0-x242.google.com with SMTP id g7-v6so454021otj.11 for ; Fri, 20 Apr 2018 07:01:09 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <20180419220914.959-1-f4bug@amsat.org> <20180419220914.959-2-f4bug@amsat.org> From: Peter Maydell Date: Fri, 20 Apr 2018 15:00:48 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 1/2] hw/isa/superio: Fix inconsistent use of Chardev->be List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Philippe_Mathieu=2DDaud=C3=A9?= Cc: Paolo Bonzini , =?UTF-8?B?TWFyYy1BbmRyw6kgTHVyZWF1?= , QEMU Developers , =?UTF-8?Q?Daniel_P_=2E_Berrang=C3=A9?= , "Michael S. Tsirkin" On 20 April 2018 at 14:04, Philippe Mathieu-Daud=C3=A9 wr= ote: > On 04/20/2018 09:59 AM, Peter Maydell wrote: >> Incidentally I was wondering if we could sensibly get rid of >> the compile time MAX_SERIAL_PORTS. Right now there's no way >> to model a device with five UARTs such that they can all >> be sent to interesting places. I think there's no reason >> for this except that the PC traditionally has 4 UARTs and >> nobody's ever changed the code... > > Yes, I thought the same and planned to relax this limit (and few others) > in my "remove i386/pc dependency from non-PC world" series... It seems fairly straightforward so I've put some patches together, might be able to get them onto the list this afternoon. thanks -- PMM