From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=39103 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OLcbT-0002t6-Lt for qemu-devel@nongnu.org; Mon, 07 Jun 2010 09:43:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OLcbP-0000bS-Cn for qemu-devel@nongnu.org; Mon, 07 Jun 2010 09:42:59 -0400 Received: from mail-wy0-f173.google.com ([74.125.82.173]:33889) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OLcbP-0000bL-8g for qemu-devel@nongnu.org; Mon, 07 Jun 2010 09:42:55 -0400 Received: by wyb36 with SMTP id 36so2571314wyb.4 for ; Mon, 07 Jun 2010 06:42:54 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4C0CF5E5.8040800@redhat.com> Date: Mon, 07 Jun 2010 15:36:37 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1275657620-26226-1-git-send-email-corentincj@iksaif.net> <1275657620-26226-3-git-send-email-corentincj@iksaif.net> <4C0BA885.5060909@redhat.com> In-Reply-To: <4C0BA885.5060909@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH v2 2/2] vnc: threaded VNC server List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: Qemu-development List , Anthony Liguori , Alexander Graf , Corentin Chary , Gautham R Shenoy On 06/06/2010 03:54 PM, Avi Kivity wrote: > One option is to disable vnc on Windows and let a Windows maintainer > materialize and add the corresponding support. Adding Windows support to qemu-threads must be done anyway sooner or later and most of the code can be found for example in git. Being a QEMU/Windows maintainer is a bit harder than that though, especially if at some point someone would like iothread to become the only supported option... Paolo