From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=54626 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OlLmF-0002qy-1K for qemu-devel@nongnu.org; Tue, 17 Aug 2010 09:00:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OlLmA-0008Lq-N4 for qemu-devel@nongnu.org; Tue, 17 Aug 2010 09:00:26 -0400 Received: from mail-yx0-f173.google.com ([209.85.213.173]:59956) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OlLmA-0008Lk-Ks for qemu-devel@nongnu.org; Tue, 17 Aug 2010 09:00:22 -0400 Received: by yxn35 with SMTP id 35so2634693yxn.4 for ; Tue, 17 Aug 2010 06:00:21 -0700 (PDT) Message-ID: <4C6A87E2.8060703@codemonkey.ws> Date: Tue, 17 Aug 2010 08:00:18 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] Unmaintained QEMU builds References: <4C62825A.6000903@mail.berlios.de> <4C685F5D.2090707@codemonkey.ws> <4C69A29F.5000606@codemonkey.ws> <4C6A5FBC.3090701@redhat.com> In-Reply-To: <4C6A5FBC.3090701@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: Blue Swirl , QEMU Developers On 08/17/2010 05:09 AM, Kevin Wolf wrote: >>> . There have been very few patches >>> for Darwin, *Solaris, AIX or BSDs, non-x86 targets or non-x86 host >>> CPUs. Without Darwin or BSD host support, darwin-user and bsd-user >>> will be useless. When did we get Xen patches last time before the >>> recent patch set? >>> >>> >> Let's put things in perspective though. Win32 support has been in bad >> shape for years and no one really seems to care. It's been sorely >> behind since at least when Fabrice introduced AIO support for Linux >> without ever doing it properly in Windows. >> > So what? If I were to choose between working code that is not on par > with Linux or no code at all, I think I would pick the former. > As I've said a few times already, code that is useful to anyone that is isolated and has no impact on common code is reasonable to keep forever. But requiring everyone to consider Windows even though noone is actively working on it or even testing it seems a bit silly to me. Consider threading as an example. We could drop the non threaded VNC server entirely if we didn't have to care about breaking Windows. Regards, Anthony Liguori > Kevin >