Re: [Qemu-devel] [Qemu-trivial] [PATCH] vhost build fix for i386

2011-07-25 Thread Stefan Hajnoczi
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 ++

Re: [Qemu-devel] [Qemu-trivial] [PATCH] vhost build fix for i386

2011-07-11 Thread Stefan Hajnoczi
On Mon, Jul 11, 2011 at 1:57 PM, 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). Seems reasonable. I am happy to add it to the trivial-patches tree but will wait another