From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52152) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bNOY5-0005UX-BE for qemu-devel@nongnu.org; Wed, 13 Jul 2016 14:06:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bNOXs-0002Zg-HT for qemu-devel@nongnu.org; Wed, 13 Jul 2016 14:06:17 -0400 Received: from mail-lf0-x230.google.com ([2a00:1450:4010:c07::230]:34787) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bNOXs-0002Yz-6m for qemu-devel@nongnu.org; Wed, 13 Jul 2016 14:06:04 -0400 Received: by mail-lf0-x230.google.com with SMTP id h129so45283377lfh.1 for ; Wed, 13 Jul 2016 11:06:04 -0700 (PDT) References: <1468354426-837-1-git-send-email-sergey.fedorov@linaro.org> <148a0c48-f58c-6d95-8b97-6449670019ac@redhat.com> From: Sergey Fedorov Message-ID: <57868309.8000203@gmail.com> Date: Wed, 13 Jul 2016 21:06:01 +0300 MIME-Version: 1.0 In-Reply-To: <148a0c48-f58c-6d95-8b97-6449670019ac@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 00/11] Reduce lock contention on TCG hot-path List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , Sergey Fedorov , qemu-devel@nongnu.org, mttcg@listserver.greensocs.com, fred.konrad@greensocs.com, a.rigo@virtualopensystems.com, cota@braap.org, bobby.prani@gmail.com, rth@twiddle.net Cc: peter.maydell@linaro.org, patches@linaro.org, claudio.fontana@huawei.com, mark.burton@greensocs.com, jan.kiszka@siemens.com, =?UTF-8?Q?Alex_Benn=c3=a9e?= On 13/07/16 10:39, Paolo Bonzini wrote: > If anything, for historical reasons one might rename tb_find_physical to > tb_find_slow and leave the tb_find_fast name, but I think the patch is > good as is. I think tb_find_htable() or tb_find_global_htable() could also be good options if we're going to rename tb_find_physical(). Kind regards, Sergey