From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MEAvY-0004LF-42 for qemu-devel@nongnu.org; Tue, 09 Jun 2009 19:40:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MEAvT-0004KE-Eo for qemu-devel@nongnu.org; Tue, 09 Jun 2009 19:40:23 -0400 Received: from [199.232.76.173] (port=56795 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MEAvT-0004KB-BN for qemu-devel@nongnu.org; Tue, 09 Jun 2009 19:40:19 -0400 Received: from mx20.gnu.org ([199.232.41.8]:35354) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MEAvT-0005yd-3f for qemu-devel@nongnu.org; Tue, 09 Jun 2009 19:40:19 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MEAvS-0001w3-57 for qemu-devel@nongnu.org; Tue, 09 Jun 2009 19:40:18 -0400 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH] virtio-serial: PCI device for simple host <-> guest communication Date: Wed, 10 Jun 2009 00:40:14 +0100 References: <1244565768-9103-1-git-send-email-amit.shah@redhat.com> <20090609181714.GB11485@amd.home.annexia.org> <4A2EB079.6020909@codemonkey.ws> In-Reply-To: <4A2EB079.6020909@codemonkey.ws> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906100040.15884.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Amit Shah , "Richard W.M. Jones" > Plus, having a virtio serial device and a virtio console seems > unfortunate to me. Anyway we can unify the two? Maybe make virtio > serial support hvc with a feature flag or something instead of ttyS? I agree. virtio-console and virtio-serial seem to be duplicating the exact same functionality. If you really are that short of PCI devices then I suggest you enhance virtio-console to support multiple channels. Paul