From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:33690) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ggTKk-0005Kl-Lb for qemu-devel@nongnu.org; Mon, 07 Jan 2019 06:44:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ggTKj-0007Rt-HL for qemu-devel@nongnu.org; Mon, 07 Jan 2019 06:44:42 -0500 Received: from mail-ot1-x341.google.com ([2607:f8b0:4864:20::341]:45906) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ggTKj-0007Jd-Bh for qemu-devel@nongnu.org; Mon, 07 Jan 2019 06:44:41 -0500 Received: by mail-ot1-x341.google.com with SMTP id 32so28039ota.12 for ; Mon, 07 Jan 2019 03:44:19 -0800 (PST) MIME-Version: 1.0 References: <20181214052410.11863-1-richard.henderson@linaro.org> <20181214052410.11863-19-richard.henderson@linaro.org> In-Reply-To: <20181214052410.11863-19-richard.henderson@linaro.org> From: Peter Maydell Date: Mon, 7 Jan 2019 11:44:07 +0000 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [PATCH v2 18/27] target/arm: Reuse aa64_va_parameters for setting tbflags List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: QEMU Developers On Fri, 14 Dec 2018 at 05:24, Richard Henderson wrote: > > The arm_regime_tbi{0,1} functions are replacable with the new function > by giving the lowest and highest address. > > Signed-off-by: Richard Henderson > --- > target/arm/cpu.h | 35 -------------------------- > target/arm/helper.c | 61 ++++++++++++--------------------------------- > 2 files changed, 16 insertions(+), 80 deletions(-) Reviewed-by: Peter Maydell thanks -- PMM