Re: [Qemu-devel] [PATCH v2 00/17] tcg: tb_lock_removal redux v2

2018-04-20 Thread Emilio G. Cota
On Fri, Apr 20, 2018 at 17:17:15 +0100, Alex Bennée wrote: > > Emilio G. Cota writes: > > > v1: http://lists.gnu.org/archive/html/qemu-devel/2018-02/msg06499.html > > > > Changes since v1: > > > > > I was just catching up on reviews but there are a fair few conflicts in > the later patches. I

Re: [Qemu-devel] [PATCH v2 00/17] tcg: tb_lock_removal redux v2

2018-04-20 Thread Alex Bennée
Emilio G. Cota writes: > v1: http://lists.gnu.org/archive/html/qemu-devel/2018-02/msg06499.html > > Changes since v1: > I was just catching up on reviews but there are a fair few conflicts in the later patches. I also note you have some comments from Richard to address. Should I wait until v3?

Re: [Qemu-devel] [PATCH v2 00/17] tcg: tb_lock_removal redux v2

2018-04-05 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 1522980788-1252-1-git-send-email-c...@braap.org Subject: [Qemu-devel] [PATCH v2 00/17] tcg: tb_lock_removal redux v2 === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1

[Qemu-devel] [PATCH v2 00/17] tcg: tb_lock_removal redux v2

2018-04-05 Thread Emilio G. Cota
v1: http://lists.gnu.org/archive/html/qemu-devel/2018-02/msg06499.html Changes since v1: - Add R-b's - Rebase onto master - qht_lookup_custom: move @func to be the last argument, which simplifies the new qht_lookup function. (I've kept R-b's tags here because this is a very simple change.)