From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mq8AC-0000Z3-6g for qemu-devel@nongnu.org; Tue, 22 Sep 2009 12:24:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mq8A7-0000X7-LC for qemu-devel@nongnu.org; Tue, 22 Sep 2009 12:24:23 -0400 Received: from [199.232.76.173] (port=40661 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mq8A7-0000X4-GD for qemu-devel@nongnu.org; Tue, 22 Sep 2009 12:24:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:31429) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mq8A7-0002eG-3I for qemu-devel@nongnu.org; Tue, 22 Sep 2009 12:24:19 -0400 Received: from int-mx04.intmail.prod.int.phx2.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.17]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n8MGOISN013250 for ; Tue, 22 Sep 2009 12:24:18 -0400 Received: from localhost (vpn-12-12.rdu.redhat.com [10.11.12.12]) by int-mx04.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n8MGOFSJ004658 for ; Tue, 22 Sep 2009 12:24:17 -0400 From: Amit Shah Date: Tue, 22 Sep 2009 21:53:43 +0530 Message-Id: <1253636627-12746-1-git-send-email-amit.shah@redhat.com> Subject: [Qemu-devel] Multiple port support for virtio-console List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hello, This patch series converts virtio-console to qdev, adds a new virtio-console bus and spawns new ports as devices on the bus. A few regressions have been introduced (old kernel / new userspace doesn't work), I'll be looking at that and other issues. Posting this just to show the approach taken for the new bus. Amit