From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47836) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDh9U-0006Lp-Pe for qemu-devel@nongnu.org; Fri, 30 Mar 2012 15:06:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SDh9T-00039n-7Q for qemu-devel@nongnu.org; Fri, 30 Mar 2012 15:06:24 -0400 Received: from mail-yx0-f173.google.com ([209.85.213.173]:36321) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDh9T-00039a-3X for qemu-devel@nongnu.org; Fri, 30 Mar 2012 15:06:23 -0400 Received: by yenr5 with SMTP id r5so726361yen.4 for ; Fri, 30 Mar 2012 12:06:21 -0700 (PDT) Message-ID: <4F76042A.8040007@codemonkey.ws> Date: Fri, 30 Mar 2012 14:06:18 -0500 From: Anthony Liguori 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> In-Reply-To: <4F76018A.308@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: Paolo Bonzini Cc: Stefan Weil , qemu-devel@nongnu.org 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. Regards, Anthony Liguori > > Paolo