Re: [Qemu-devel] [PATCH v2 0/4] per-TLB lock

2018-10-04 Thread Alex Bennée
Emilio G. Cota writes: > v1: https://lists.gnu.org/archive/html/qemu-devel/2018-10/msg00395.html > > Changes since v1: > > - Rebase on master > > - Expand lock usage to other tlb_table/tlb_v_table updates, which I > missed in v1 > > - Fix assert_cpu_is_self macro > > - Add comment on why the

[Qemu-devel] [PATCH v2 0/4] per-TLB lock

2018-10-03 Thread Emilio G. Cota
v1: https://lists.gnu.org/archive/html/qemu-devel/2018-10/msg00395.html Changes since v1: - Rebase on master - Expand lock usage to other tlb_table/tlb_v_table updates, which I missed in v1 - Fix assert_cpu_is_self macro - Add comment on why the owner thread doesn't need to use atomic_set