From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40747) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9cGH-0001BG-JK for qemu-devel@nongnu.org; Mon, 19 Mar 2012 09:04:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S9cFo-0007HC-8u for qemu-devel@nongnu.org; Mon, 19 Mar 2012 09:04:33 -0400 Received: from mx1.redhat.com ([209.132.183.28]:31581) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9cFo-0007Gv-1J for qemu-devel@nongnu.org; Mon, 19 Mar 2012 09:04:04 -0400 Message-ID: <4F672EBE.7060907@redhat.com> Date: Mon, 19 Mar 2012 14:03:58 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1331905804-11240-1-git-send-email-peter.maydell@linaro.org> <4F672068.2050607@redhat.com> In-Reply-To: <4F672068.2050607@redhat.com> 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/19/12 13:02, Gerd Hoffmann wrote: > 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 Oops, scratch that, should have been "added to spice patch queue". cheers, Gerd