From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59043) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDhGl-0001vx-FV for qemu-devel@nongnu.org; Fri, 30 Mar 2012 15:13:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SDhGj-0004xk-Ip for qemu-devel@nongnu.org; Fri, 30 Mar 2012 15:13:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60315) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDhGj-0004xP-9u for qemu-devel@nongnu.org; Fri, 30 Mar 2012 15:13:53 -0400 Message-ID: <4F7605E9.4060608@redhat.com> Date: Fri, 30 Mar 2012 21:13:45 +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> <4F76018A.308@redhat.com> <4F76042A.8040007@codemonkey.ws> In-Reply-To: <4F76042A.8040007@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 21:06, Anthony Liguori ha scritto: > On 03/30/2012 01:55 PM, Paolo Bonzini wrote: >> 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. > > I don't understand how making a long 32 bit is sensible but... I sent a > patch that should at least address q64. > > Am not sure what x32 is though. x32 is 32-bit ABI (with 32-bit pointers and 4GB address space) with the x86-64 (64-bit) ISA. Paolo