From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ME4Pa-000768-SH for qemu-devel@nongnu.org; Tue, 09 Jun 2009 12:42:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ME4PS-0006tb-B7 for qemu-devel@nongnu.org; Tue, 09 Jun 2009 12:42:55 -0400 Received: from [199.232.76.173] (port=49850 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ME4PS-0006tA-3k for qemu-devel@nongnu.org; Tue, 09 Jun 2009 12:42:50 -0400 Received: from mx2.redhat.com ([66.187.237.31]:35512) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ME4PR-0007t3-N2 for qemu-devel@nongnu.org; Tue, 09 Jun 2009 12:42:49 -0400 From: Amit Shah Date: Tue, 9 Jun 2009 22:12:45 +0530 Message-Id: <1244565768-9103-1-git-send-email-amit.shah@redhat.com> Subject: [Qemu-devel] [RFC] virtio-serial device List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: anthony@codemonkey.ws Cc: qemu-devel@nongnu.org Hello, These patches implement a virtio-serial pci device that can expose multiple serial ports over one pci device. It's still under development and hacky but I'm sending out for early review comments. Thanks, Amit