From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60456) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZPsw-0006E9-H0 for qemu-devel@nongnu.org; Fri, 16 Nov 2012 12:39:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TZPst-0000aw-9u for qemu-devel@nongnu.org; Fri, 16 Nov 2012 12:39:22 -0500 Received: from mx1.redhat.com ([209.132.183.28]:19932) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZPst-0000aH-28 for qemu-devel@nongnu.org; Fri, 16 Nov 2012 12:39:19 -0500 Message-ID: <50A67A42.50109@redhat.com> Date: Fri, 16 Nov 2012 18:39:14 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1351697456-16107-1-git-send-email-pbonzini@redhat.com> <1351697456-16107-6-git-send-email-pbonzini@redhat.com> <50A52E14.2070106@weilnetz.de> <50A55615.1040003@redhat.com> <50A56A1F.30907@weilnetz.de> <50A608C6.1080804@redhat.com> <50A674BA.1010204@weilnetz.de> In-Reply-To: <50A674BA.1010204@weilnetz.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 05/39] fdsets: use weak aliases instead of qemu-tool.c/qemu-user.c List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: Blue Swirl , aliguori@us.ibm.com, qemu-devel@nongnu.org, stefanha@redhat.com Il 16/11/2012 18:15, Stefan Weil ha scritto: > > Tested-by: Stefan Weil > > Great, the above patch fixes w32/w64 (native and with Wine). > Is this modification needed / does it work with MacOS X, too? Yes, but I found a way to get rid of weak references completely. The testing is still precious---thanks very much. > With the reduced testcase, I get the same results as in your test. Good to know, too. :) llvm-gcc totally botches it on Mac OS X, by the way (while clang works there). Paolo