[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-trivial] [PATCH] vhost build fix for i386
From: |
Stefan Hajnoczi |
Subject: |
Re: [Qemu-trivial] [PATCH] vhost build fix for i386 |
Date: |
Mon, 11 Jul 2011 14:31:40 +0100 |
On Mon, Jul 11, 2011 at 1:57 PM, Wolfgang Mauerer
<address@hidden> 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).
Seems reasonable. I am happy to add it to the trivial-patches tree
but will wait another day to let others who are better gcc wizards
consider it.
Stefan