From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60637) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDgyj-0008HW-Dp for qemu-devel@nongnu.org; Fri, 30 Mar 2012 14:55:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SDgyh-0007no-RS for qemu-devel@nongnu.org; Fri, 30 Mar 2012 14:55:16 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:45214) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDgyh-0007mv-Ig for qemu-devel@nongnu.org; Fri, 30 Mar 2012 14:55:15 -0400 Received: by pbcuo5 with SMTP id uo5so2399486pbc.4 for ; Fri, 30 Mar 2012 11:55:12 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4F76018A.308@redhat.com> Date: Fri, 30 Mar 2012 20:55:06 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1333130099-25238-1-git-send-email-aliguori@us.ibm.com> <4F75F468.7010804@codemonkey.ws> <4F75F564.7040602@mail.berlios.de> <4F75FB78.4090501@codemonkey.ws> In-Reply-To: <4F75FB78.4090501@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] qtest: fix 32-bit build List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Stefan Weil , qemu-devel@nongnu.org Il 30/03/2012 20:29, Anthony Liguori ha scritto: >> Now it will fail with w64 (which uses 64 bit time_t and >> a 32 bit long). > > That's a bug in w64 (it has a broken ABI). > > Do we actually build and run on w64?? It's actually sensible and x32 does the same. Not too urgent though. Paolo