From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Msbv9-0003hN-E9 for qemu-devel@nongnu.org; Tue, 29 Sep 2009 08:35:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Msbv4-0003ey-2w for qemu-devel@nongnu.org; Tue, 29 Sep 2009 08:35:06 -0400 Received: from [199.232.76.173] (port=48711 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Msbv3-0003eY-2Q for qemu-devel@nongnu.org; Tue, 29 Sep 2009 08:35:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:3033) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MsbSN-0004Qv-Qg for qemu-devel@nongnu.org; Tue, 29 Sep 2009 08:05:24 -0400 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n8TC5NCV015083 for ; Tue, 29 Sep 2009 08:05:23 -0400 Received: from localhost (vpn-225-25.phx2.redhat.com [10.3.225.25]) by int-mx05.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n8TC5LC9004549 for ; Tue, 29 Sep 2009 08:05:22 -0400 From: Amit Shah Date: Tue, 29 Sep 2009 17:34:42 +0530 Message-Id: <1254225888-17093-1-git-send-email-amit.shah@redhat.com> Subject: [Qemu-devel] virtio-console-bus, multiport, virtio-console-port 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 the virtio-console device to qdev, adds a virtio-console bus on which similar devices can ride and shows how such devices can be used by adding a new virtio-console-port device and also a virtio-console-vnc device. This is working well in my testing. I tested old kernel/new qemu, new kernel/old qemu and new kernel/new qemu. The ports are also tested by spawning two virtio consoles and one generic port. Heavy activity on all three ports is sustained for quite a long time with correct results. Please review and apply.