From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L9fCR-0006Dx-Aq for qemu-devel@nongnu.org; Mon, 08 Dec 2008 07:26:55 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L9fCP-00069j-9Y for qemu-devel@nongnu.org; Mon, 08 Dec 2008 07:26:54 -0500 Received: from [199.232.76.173] (port=41097 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L9fCP-00069L-1B for qemu-devel@nongnu.org; Mon, 08 Dec 2008 07:26:53 -0500 Received: from mx20.gnu.org ([199.232.41.8]:6074) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L9fCO-0006gd-Oc for qemu-devel@nongnu.org; Mon, 08 Dec 2008 07:26:52 -0500 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L9fCM-0007oJ-VU for qemu-devel@nongnu.org; Mon, 08 Dec 2008 07:26:51 -0500 From: Paul Brook Subject: Re: [Qemu-devel] [RFC] 2nd serial port by default Date: Mon, 8 Dec 2008 12:26:40 +0000 References: <493C3A84.2060807@reactos.org> In-Reply-To: <493C3A84.2060807@reactos.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200812081226.40842.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: =?iso-8859-1?q?Herv=E9_Poussineau?= On Sunday 07 December 2008, Herv=E9 Poussineau wrote: > Hi, > > Most computers have 0 or 2 serial ports, but Qemu only allocates one by > default. > Attached patch defines 2 serial ports by default, instead of one. > Previous behaviour can be done with "-serial vc:80Cx24C -serial none" > argument. > > Please comment I'm not sure where you're getting "most" from, or your justification for th= is=20 change. A quick survey here indicates that most workstation/server class hardware h= as=20 a single accessible serial port, and embedded boards commonly have 3 or 4. In practice I'd expect that by far the most common use for serial ports is = a=20 serial console, and one is more than sufficient for that. If you want to do= =20 anything else then you're probably going to need special -serial options=20 anyway. Paul