From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55299) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SAP13-00035o-6h for qemu-devel@nongnu.org; Wed, 21 Mar 2012 13:08:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SAP0x-0003lM-FS for qemu-devel@nongnu.org; Wed, 21 Mar 2012 13:08:04 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57654) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SAP0x-0003l9-8C for qemu-devel@nongnu.org; Wed, 21 Mar 2012 13:07:59 -0400 Message-ID: <4F6A04F1.1050001@redhat.com> Date: Wed, 21 Mar 2012 17:42:25 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1332346638-27454-1-git-send-email-alevy@redhat.com> In-Reply-To: <1332346638-27454-1-git-send-email-alevy@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] ui/spice-display: use uintptr_t when casting qxl physical addresses List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alon Levy Cc: qemu-devel@nongnu.org, spice-devel@freedesktop.org On 03/21/12 17:17, Alon Levy wrote: > This fixes running "-vga qxl -spice" with 32 bit compiled > qemu-system-i386. Patch added to spice patch queue. thanks, Gerd