Re: [Qemu-devel] [PATCH v6 00/73] per-CPU locks

2019-02-20 Thread Emilio G. Cota
On Wed, Feb 20, 2019 at 09:27:06 -0800, Richard Henderson wrote: > Thanks for the patience. Both Alex and I have now completed review, and I > think this is ready for merge. > > There are some patch conflicts with master, so if you can fix those and post a > v7, we'll get it merged right away. T

Re: [Qemu-devel] [PATCH v6 00/73] per-CPU locks

2019-02-20 Thread Richard Henderson
On 1/29/19 4:46 PM, Emilio G. Cota wrote: > v5: https://lists.gnu.org/archive/html/qemu-devel/2018-12/msg02979.html > > For context, the goal of this series is to substitute the BQL for the > per-CPU locks in many places, notably the execution loop in cpus.c. > This leads to better scalability for

[Qemu-devel] [PATCH v6 00/73] per-CPU locks

2019-01-29 Thread Emilio G. Cota
v5: https://lists.gnu.org/archive/html/qemu-devel/2018-12/msg02979.html For context, the goal of this series is to substitute the BQL for the per-CPU locks in many places, notably the execution loop in cpus.c. This leads to better scalability for MTTCG, since CPUs don't have to acquire a contended