From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58191) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9yyB-0002BG-84 for qemu-devel@nongnu.org; Tue, 20 Mar 2012 09:19:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S9yy5-0000Vl-Bl for qemu-devel@nongnu.org; Tue, 20 Mar 2012 09:19:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38042) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9yy5-0000Vd-3i for qemu-devel@nongnu.org; Tue, 20 Mar 2012 09:19:17 -0400 Date: Tue, 20 Mar 2012 15:19:01 +0200 From: Alon Levy Message-ID: <20120320131901.GD6715@garlic.redhat.com> References: <1332242812-6993-1-git-send-email-kraxel@redhat.com> <4F687BE6.9030404@msgid.tls.msk.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4F687BE6.9030404@msgid.tls.msk.ru> Subject: Re: [Qemu-devel] [PATCH] spice: fix 32bit build List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Tokarev Cc: Gerd Hoffmann , qemu-devel@nongnu.org On Tue, Mar 20, 2012 at 04:45:26PM +0400, Michael Tokarev wrote: > 20.03.2012 15:26, Gerd Hoffmann wrote: > >New 32bit warnings sneaked in, this time in > >ui/spice-display.c, fix them. > > > >This gets annonying, /me sets up a ubuntu buildbot > >slave for 32bit spice testbuilds. > > Um, is it worth to watch/fix? Note that spice does > not work on 32bits anyway, qemu segfaults at startup... > http://bugs.debian.org/640139 (the bug was still valid > when 1.0 was released). Hmm, my bad - I only tested with Xspice, that doesn't go through the slots. So at least it means most of it works fine for 32 bit. I'll try to fix this part. Thanks for the link. > > Thanks, > > /mjt >