From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MEL5W-0008Il-03 for qemu-devel@nongnu.org; Wed, 10 Jun 2009 06:31:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MEL5S-0008Gg-11 for qemu-devel@nongnu.org; Wed, 10 Jun 2009 06:31:21 -0400 Received: from [199.232.76.173] (port=56856 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MEL5R-0008GT-MO for qemu-devel@nongnu.org; Wed, 10 Jun 2009 06:31:17 -0400 Received: from mx2.redhat.com ([66.187.237.31]:52887) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MEL5R-0007Xf-8t for qemu-devel@nongnu.org; Wed, 10 Jun 2009 06:31:17 -0400 Date: Wed, 10 Jun 2009 16:01:15 +0530 From: Amit Shah Subject: Re: [Qemu-devel] [PATCH] virtio-serial: PCI device for simple host <-> guest communication Message-ID: <20090610103115.GB12327@amit-x200.pnq.redhat.com> References: <1244565768-9103-1-git-send-email-amit.shah@redhat.com> <1244565768-9103-2-git-send-email-amit.shah@redhat.com> <1244565768-9103-3-git-send-email-amit.shah@redhat.com> <1244565768-9103-4-git-send-email-amit.shah@redhat.com> <20090609181714.GB11485@amd.home.annexia.org> <4A2EB079.6020909@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4A2EB079.6020909@codemonkey.ws> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: "Richard W.M. Jones" , qemu-devel@nongnu.org On (Tue) Jun 09 2009 [13:56:57], Anthony Liguori wrote: > Richard W.M. Jones wrote: >> On Tue, Jun 09, 2009 at 10:12:48PM +0530, Amit Shah wrote: >> [...] >> >> Are you going to post the virtio driver for the Linux kernel later? >> > > Yeah, I'd like to see the Linux driver before drawing conclusions. OK; will send in a while. > 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? Yes, it's possible. I'll look into that once I reach a point where virtio-serial is ready to be merged. I'll also have to look at making sure existing guest kernels work with the new, unified device. Amit