From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52728) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UK458-0006UI-2w for qemu-devel@nongnu.org; Mon, 25 Mar 2013 05:52:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UK454-0007Jk-Qv for qemu-devel@nongnu.org; Mon, 25 Mar 2013 05:52:46 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47282) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UK454-0007Jc-JE for qemu-devel@nongnu.org; Mon, 25 Mar 2013 05:52:42 -0400 Message-ID: <51501E64.80904@redhat.com> Date: Mon, 25 Mar 2013 10:52:36 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1361551008-12430-1-git-send-email-pbonzini@redhat.com> <1361551008-12430-15-git-send-email-pbonzini@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 14/42] migration: prepare to access s->state outside critical sections List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Paolo Bonzini , Juan Quintela , qemu-devel , Orit Wasserman Hi, > http://buildbot.b1-systems.de/qemu/builders/default_mingw32/builds/566/steps/compile/logs/stdio > > The latest RHEL6 mingw gcc is version 4.4 but this buildslave is > RHEL6.1 so perhaps it's an older version that is missing the atomics > builtins? No, it's RHEL-6.4 actually, even though the name suggests otherwise (was a bad idea to include the minor rev in the buildslave name ...). There is a detailed slave info page btw: http://buildbot.b1-systems.de/qemu/buildslaves/kraxel_rhel61 cheers, Gerd