From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55099) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9bIh-00084g-N2 for qemu-devel@nongnu.org; Mon, 19 Mar 2012 08:03:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S9bIb-0004Vd-K2 for qemu-devel@nongnu.org; Mon, 19 Mar 2012 08:02:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39326) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9bIb-0004VS-CH for qemu-devel@nongnu.org; Mon, 19 Mar 2012 08:02:53 -0400 Message-ID: <4F672068.2050607@redhat.com> Date: Mon, 19 Mar 2012 13:02:48 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1331905804-11240-1-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1331905804-11240-1-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] hw/qxl.c: Fix compilation failures on 32 bit hosts List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel@nongnu.org On 03/16/12 14:50, Peter Maydell wrote: > Fix compilation failures on 32 bit hosts (cast from pointer to > integer of different size; %ld expects 'long int' not uint64_t). Acked-by: Gerd Hoffmann cheers, Gerd