From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37670) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SAiFU-0003SK-Vt for qemu-devel@nongnu.org; Thu, 22 Mar 2012 09:40:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SAiFP-0004AM-JI for qemu-devel@nongnu.org; Thu, 22 Mar 2012 09:40:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47266) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SAiFP-00049c-B3 for qemu-devel@nongnu.org; Thu, 22 Mar 2012 09:40:11 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q2MDe9Wk022363 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 22 Mar 2012 09:40:10 -0400 From: Gerd Hoffmann Date: Thu, 22 Mar 2012 14:40:01 +0100 Message-Id: <1332423603-18962-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/2] spice: 32bit support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, This patch series fixes the remaining 32bit bugs in spice. With this series merged and the latest spice-server bits (from git, no release yet) spice works on 32bit hosts too. please pull, Gerd The following changes since commit 33cf629a3754b58a1e2dbbe01d91d97e712b7c06: Merge remote-tracking branch 'sstabellini/saverestore-8' into staging (2012-03-19 13:39:42 -0500) are available in the git repository at: git://anongit.freedesktop.org/spice/qemu spice.v51 Alon Levy (1): ui/spice-display: use uintptr_t when casting qxl physical addresses Peter Maydell (1): ui/spice-display.c: Fix compilation warnings on 32 bit hosts ui/spice-display.c | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-)