From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:41289) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QlIE4-00078X-Gd for qemu-devel@nongnu.org; Mon, 25 Jul 2011 06:17:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QlIE3-0003Lo-2E for qemu-devel@nongnu.org; Mon, 25 Jul 2011 06:17:28 -0400 Date: Mon, 25 Jul 2011 11:17:18 +0100 From: Stefan Hajnoczi Message-ID: <20110725101718.GA15078@stefanha-thinkpad.localdomain> References: <1310389063-16382-1-git-send-email-wolfgang.mauerer@siemens.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1310389063-16382-1-git-send-email-wolfgang.mauerer@siemens.com> Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] vhost build fix for i386 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Wolfgang Mauerer Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org On Mon, Jul 11, 2011 at 02:57:43PM +0200, Wolfgang Mauerer wrote: > vhost.c uses __sync_fetch_and_and(), which is only > available for -march=i486 and above (see > https://bugzilla.redhat.com/show_bug.cgi?id=624279). > > Signed-off-by: Wolfgang Mauerer > --- > configure | 23 +++++++++++++++++++++++ > 1 files changed, 23 insertions(+), 0 deletions(-) Thanks, applied to the trivial patches tree: http://repo.or.cz/w/qemu/stefanha.git/shortlog/refs/heads/trivial-patches Stefan