From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54278) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UceOH-0004zu-83 for qemu-devel@nongnu.org; Wed, 15 May 2013 12:17:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UceOC-0001CP-CY for qemu-devel@nongnu.org; Wed, 15 May 2013 12:17:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48198) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UceOC-0001CC-5V for qemu-devel@nongnu.org; Wed, 15 May 2013 12:17:16 -0400 Message-ID: <5193B4FE.7030306@redhat.com> Date: Wed, 15 May 2013 18:17:02 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1368632937-32272-1-git-send-email-pbonzini@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH 00/12] RCU implementation for QEMU List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Jan Kiszka , David Gibson , qemu-devel@nongnu.org, qemulist@gmail.com Il 15/05/2013 18:03, Peter Maydell ha scritto: > On 15 May 2013 16:48, Paolo Bonzini wrote: >> Giving a shot to rcutorture on a weak memory-model machine (PPC) >> would be nice. It's available on my github repo as branch rcu. >> rcutorture works on Linux-x86. My WINE setup has some problem with glib >> right now. > > Doesn't compile (ARM): > root@localhost:~/qemu# make > CC hw/9pfs/virtio-9p-synth.o > hw/9pfs/virtio-9p-synth.c:20:22: fatal error: util/rcu.h: No such file > or directory > > I assume that should be qemu/rcu.h... Yep. Note that this series introduces no use of RCU in QEMU, so the only test you can do is with tests/rcutorture (which compiles fine). Kevin lent me a ppc64 machine, and I tested it myself. A very useful thing you could do is proofreading the docs... :) Paolo