From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:33151) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QzNZh-0001vs-Vk for qemu-devel@nongnu.org; Fri, 02 Sep 2011 02:50:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QzNZg-0002Sb-75 for qemu-devel@nongnu.org; Fri, 02 Sep 2011 02:50:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:7324) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QzNZf-0002SR-VA for qemu-devel@nongnu.org; Fri, 02 Sep 2011 02:50:00 -0400 Message-ID: <4E607C91.5000004@redhat.com> Date: Fri, 02 Sep 2011 08:49:53 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1314857389-13363-1-git-send-email-david@gibson.dropbear.id.au> <4E5F2A95.6000403@redhat.com> <20110902000850.GL11906@yookeroo.fritz.box> In-Reply-To: <20110902000850.GL11906@yookeroo.fritz.box> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] virtio: Make memory barriers be memory barriers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: aliguori@us.ibm.com, aik@ozlabs.ru, rusty@rustcorp.com.au, qemu-devel@nongnu.org, agraf@suse.de On 09/02/2011 02:08 AM, David Gibson wrote: >> > >>> > >Signed-off-by: Alexey Kardashevskiy >>> > >Signed-off-by: David Gibson >> > >> > It will most definitely break OpenBSD, but anyway: > Uh, why? They use an ancient compiler because they do not want to use GPLv3. I thought it was 4.1.something but actually it is 4.2.1, so it should work. Paolo