On 15 January 2015 at 10:25, Frederic Konrad <fred.kon...@greensocs.com> wrote: > Hi everybody, > > In case of multithread TCG what is the best way to handle qemu_global_mutex?
It shouldn't need any changes I think. You're basically bringing TCG into line with what KVM already has -- one thread per guest CPU; and qemu_global_mutex already works fine in that model. -- PMM