From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60671) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZBCC-0006FL-Kp for qemu-devel@nongnu.org; Fri, 26 Feb 2016 00:44:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aZBC9-0001ya-Gq for qemu-devel@nongnu.org; Fri, 26 Feb 2016 00:44:08 -0500 Received: from mail.weilnetz.de ([37.221.199.173]:34494) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZBC9-0001yJ-Ac for qemu-devel@nongnu.org; Fri, 26 Feb 2016 00:44:05 -0500 References: <1456420321-20924-1-git-send-email-mdroth@linux.vnet.ibm.com> <20160225212725.29588.10089@loki> From: Stefan Weil Message-ID: <56CFE621.8040102@weilnetz.de> Date: Fri, 26 Feb 2016 06:44:01 +0100 MIME-Version: 1.0 In-Reply-To: <20160225212725.29588.10089@loki> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL 0/9] qemu-ga patch queue for 2.6 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Roth , Peter Maydell Cc: QEMU Developers Am 25.02.2016 um 22:27 schrieb Michael Roth: > Quoting Peter Maydell (2016-02-25 12:18:17) [...] >> I'm open to the idea of dropping old-mingw from the build rotation >> if it looks like it really is just totally hopeless, since I have >> a newer setup for it now. >=20 > I wouldn't want to speak for dropping old mingw checks in general (cc'i= ng > Stefan), but for qemu-ga I think it makes sense. VSS/fsfreeze also > relies on mingw-w64 so it's really the only build system I use for > testing functionality. I cannot remember the last time when I used MinGW and don't think that it would produce a working program (wasn't there missing support for thread local storage?). Current Linux distributions include support for mingw-w64 cross compilations, but not for MinGW. And finally MinGW only supports 32 bit Windows which looses importance nowadays. Therefore dropping MinGW support and only supporting mingw-w64 would be fine for me. Regards, Stefan