From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=43715 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OkvJh-0001Xz-D8 for qemu-devel@nongnu.org; Mon, 16 Aug 2010 04:45:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OkvJa-0007O9-Ds for qemu-devel@nongnu.org; Mon, 16 Aug 2010 04:45:13 -0400 Received: from mail-qw0-f45.google.com ([209.85.216.45]:37561) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OkvJa-0007O0-AY for qemu-devel@nongnu.org; Mon, 16 Aug 2010 04:45:06 -0400 Received: by qwh5 with SMTP id 5so5017893qwh.4 for ; Mon, 16 Aug 2010 01:45:05 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4C68FA8D.5090402@redhat.com> Date: Mon, 16 Aug 2010 10:45:01 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <4C62825A.6000903@mail.berlios.de> <4C685F5D.2090707@codemonkey.ws> In-Reply-To: <4C685F5D.2090707@codemonkey.ws> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: Unmaintained QEMU builds List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Blue Swirl , QEMU Developers On 08/15/2010 11:42 PM, Anthony Liguori wrote: > Given that it's known to have a lot of issues, I would suggest that we > schedule Windows host support for deprecation in 0.15. I would not > recommend that we remove any of the WIN32 code from the build but > basically stop trying to make it even build until someone steps up to > really actively maintain and enhance the Windows port. I would still > suggest we take patches if anyone wants to submit them but we should not > avoid patches that are known to break win32 (unless the fix is trivial). I was planning to submit a qemu-thread port for Win32 for 0.14, which of course means doing some basic sanity testing of the port. However, I'm not in any way trying to support anything more complicated than raw images and SDL/VNC. In particular, I'm not going to test networking. Paolo