From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mm8Qu-0001gH-W4 for qemu-devel@nongnu.org; Fri, 11 Sep 2009 11:53:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mm8Qq-0001Xi-68 for qemu-devel@nongnu.org; Fri, 11 Sep 2009 11:53:08 -0400 Received: from [199.232.76.173] (port=54638 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mm8Qq-0001XW-0v for qemu-devel@nongnu.org; Fri, 11 Sep 2009 11:53:04 -0400 Received: from mx1.redhat.com ([209.132.183.28]:19895) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mm8Qp-00051S-Hs for qemu-devel@nongnu.org; Fri, 11 Sep 2009 11:53:03 -0400 From: Amit Shah Date: Fri, 11 Sep 2009 21:22:28 +0530 Message-Id: <1252684353-25067-1-git-send-email-amit.shah@redhat.com> Subject: [Qemu-devel] Multiple ports 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 is the patchset spun against current qemu-master. There are a few fixes since the last send: - Use a bitmap for the guest_connected bit during save/restore (instead of sending a separate byte for each bit) - Cleanups in the in-qemu api patch - vnc patch now works for all the vnc displays (didn't earlier) However the vnc patch is just meant to show how the api can be used; I don't really intend it to be applied without any userspace tools to get the clipboards in sync. This has been working well in my testing for a while now. I've tested migration, combinations of old kernel/new qemu, old qemu/new kernel and new kernel/new qemu and it all works well. Please apply. Amit