Re: [Qemu-devel] [PATCH 00/10] translate-all.c thread-safety

2015-08-14 Thread Frederic Konrad
On 12/08/2015 18:40, Paolo Bonzini wrote: Hi, this is my attempt at 1) extracting upstreamable parts out of Fred's MTTCG, Can you take this one as well after the replace spinlock by QemuMutex: "remove unused spinlock." Thanks, Fred and 2) documenting what's going on in user-mode MTTCG 3) fi

[Qemu-devel] [PATCH 00/10] translate-all.c thread-safety

2015-08-12 Thread Paolo Bonzini
Hi, this is my attempt at 1) extracting upstreamable parts out of Fred's MTTCG, and 2) documenting what's going on in user-mode MTTCG 3) fix one bug in the process. I couldn't find any other locking problem from reading the code. The final two patches are not really upstreamable because they add