From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LZ1rN-0005do-4q for qemu-devel@nongnu.org; Mon, 16 Feb 2009 06:42:01 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LZ1rK-0005Z7-JE for qemu-devel@nongnu.org; Mon, 16 Feb 2009 06:41:59 -0500 Received: from [199.232.76.173] (port=43364 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LZ1rK-0005Yw-GF for qemu-devel@nongnu.org; Mon, 16 Feb 2009 06:41:58 -0500 Received: from smtp02.citrix.com ([66.165.176.63]:33690) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LZ1rK-0006oZ-6L for qemu-devel@nongnu.org; Mon, 16 Feb 2009 06:41:58 -0500 Message-ID: <49994EB4.4040107@eu.citrix.com> Date: Mon, 16 Feb 2009 11:32:04 +0000 From: Stefano Stabellini MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Support multiple VNC clients References: <4995CECB.1070401@moose.net> <20090215113500.GD4795@redhat.com> <004e01c98fb7$68673070$39359150$@com> <4998957B.8000807@moose.net> <4998BA84.3020104@codemonkey.ws> In-Reply-To: <4998BA84.3020104@codemonkey.ws> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "qemu-devel@nongnu.org" Anthony Liguori wrote: > I'm inclined to take this patch as-is. We can follow up with additional > features. > I also think this patch is a good base to start.