From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:42777) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCHBY-000213-WC for qemu-devel@nongnu.org; Mon, 26 Mar 2012 17:10:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SCHBX-00008o-Bh for qemu-devel@nongnu.org; Mon, 26 Mar 2012 17:10:40 -0400 Received: from mail-ob0-f173.google.com ([209.85.214.173]:47823) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCHBX-000082-6D for qemu-devel@nongnu.org; Mon, 26 Mar 2012 17:10:39 -0400 Received: by obbwd20 with SMTP id wd20so6488777obb.4 for ; Mon, 26 Mar 2012 14:10:37 -0700 (PDT) Message-ID: <4F70DB4A.1010103@codemonkey.ws> Date: Mon, 26 Mar 2012 16:10:34 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1332423603-18962-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1332423603-18962-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 0/2] spice: 32bit support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On 03/22/2012 08:40 AM, Gerd Hoffmann wrote: > 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 Pulled. Thanks. Regards, Anthony Liguori > > 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(-) > >