Il 15/05/2013 18:03, Peter Maydell ha scritto: > On 15 May 2013 16:48, Paolo Bonzini <pbonz...@redhat.com> 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