From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=60749 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Plm7m-00080m-6f for qemu-devel@nongnu.org; Sat, 05 Feb 2011 12:40:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Plm7k-00020N-I9 for qemu-devel@nongnu.org; Sat, 05 Feb 2011 12:40:41 -0500 Received: from moutng.kundenserver.de ([212.227.17.10]:59916) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Plm7k-000209-4w for qemu-devel@nongnu.org; Sat, 05 Feb 2011 12:40:40 -0500 Message-ID: <4D4D8B93.6030805@mail.berlios.de> Date: Sat, 05 Feb 2011 18:40:35 +0100 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] Porting QEMU to new hosts with unusual ABI (sizeof(long) != sizeof(void *)) References: <4D4D612F.2010904@mail.berlios.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Blue Swirl , QEMU Developers Am 05.02.2011 17:03, schrieb Stefan Hajnoczi: > On Sat, Feb 5, 2011 at 2:39 PM, Stefan Weil wrote: > >> My current version of the patch is available from >> http://qemu.weilnetz.de/0001-Fix-conversions-from-pointer-to-integral-type-and-vi.patch. >> > Out of interest, did you audit the code manually or use something like > coccinelle? > > Stefan > Quite simple: I cross-compiled using MinGW-w64 and fixed the gcc warnings manually. Stefan