From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 4E190C00140 for ; Wed, 10 Aug 2022 13:20:31 +0000 (UTC) Received: from localhost ([::1]:48906 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oLldO-0006OD-Cu for qemu-devel@archiver.kernel.org; Wed, 10 Aug 2022 09:20:30 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51146) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oLlPk-0002W3-1x for qemu-devel@nongnu.org; Wed, 10 Aug 2022 09:06:24 -0400 Received: from mail-ed1-x52d.google.com ([2a00:1450:4864:20::52d]:42759) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oLlPi-0002M2-JH for qemu-devel@nongnu.org; Wed, 10 Aug 2022 09:06:23 -0400 Received: by mail-ed1-x52d.google.com with SMTP id z20so17069277edb.9 for ; Wed, 10 Aug 2022 06:06:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:mime-version:message-id:in-reply-to:date :subject:cc:to:from:user-agent:references:from:to:cc; bh=PhuciOTxGzyt42NozTpQG7KL1ETjDSYk2QrBi6IxQio=; b=XAvXvPwh72SelFq1N7DbaJmGP0OyHwDsfJ2owl46WmBulR7qi8KZf6FD4YeMn+jT/m 1wV3HczumqfvruflQTEVj9FdLCqR67HXOa/PgNf0Alo11u2i/Ek1I3WFJJUn5XjJTk7Q top5KZNtvJWUojz8R9Pk33JHGJFbk6BXi9vfiIxg1HlTdUDSQmyeCxWXd+D1k7XdyMps rNQkh/59kEkxu0/5RqXTblC5WaN7mRpcK8qYsXCtLkkqN0cLbFsyyFl1HJ6shVMSeiMR q81HedvCAO1Xts24l8QOEQwfJryA3NtV9mQYSkx+cInEaac+c+qUygj3Xn904jpUspuf leiw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:in-reply-to:date :subject:cc:to:from:user-agent:references:x-gm-message-state:from:to :cc; bh=PhuciOTxGzyt42NozTpQG7KL1ETjDSYk2QrBi6IxQio=; b=dnMbyzK7hOGuuybwKe5ioHqRaDzgsJ2HyX7EIPCLYo34VngY+Z5BacVi/Wiu1e47iL MTM5n4pNmpGnZz004D34FlqB+So2mv+D1pPNe2GwTCYLGzT4aTmUumZuEk1NwE1ohRN+ J7mo1C4x2tmKDn2cbl89N/F7HJDWS4tsVtHPHX8FumjABRB4WALlxz+WUj7A1D/non4M lJWhPqV73nwF5KCttxi+EQaTUuC0KXwREpS/+vc9bLllH7UkWJSjE+Mz5LrR7JwN6EnZ UO5cF6sbd4rd5+WQywRh5nLSS3VjQpVryyiBxzeheYWy+pXUb7xneKANXf2MEaNf+g4G 9HvQ== X-Gm-Message-State: ACgBeo1MCMn1gZRRa1hHJfAVZnyww5Dm28ECJ91BvieoNtfKR026clE8 rvrfrP4qAe4J6I4pTVkBU//plHLeElG6Ig== X-Google-Smtp-Source: AA6agR5w1h5Wr55ltnO6GG9i5tX5v2HrY+B1DXasbtRCQ3Dw+GCC2kbgQkhBKStelTC4b/h5tDn4wA== X-Received: by 2002:a05:6402:3222:b0:43e:49f9:11e with SMTP id g34-20020a056402322200b0043e49f9011emr26758127eda.426.1660136781214; Wed, 10 Aug 2022 06:06:21 -0700 (PDT) Received: from zen.linaroharston ([185.81.254.11]) by smtp.gmail.com with ESMTPSA id kv21-20020a17090778d500b0072b33e91f96sm2280305ejc.190.2022.08.10.06.06.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 10 Aug 2022 06:06:20 -0700 (PDT) Received: from zen (localhost [127.0.0.1]) by zen.linaroharston (Postfix) with ESMTP id 0D2341FFB7; Wed, 10 Aug 2022 14:06:20 +0100 (BST) References: <20220703082419.770989-1-richard.henderson@linaro.org> <20220703082419.770989-16-richard.henderson@linaro.org> User-agent: mu4e 1.8.8; emacs 28.1.91 From: Alex =?utf-8?Q?Benn=C3=A9e?= To: Richard Henderson Cc: qemu-arm@nongnu.org, qemu-devel@nongnu.org Subject: Re: [PATCH 15/62] target/arm: Use GetPhysAddrResult in get_phys_addr_pmsav8 Date: Wed, 10 Aug 2022 14:06:16 +0100 In-reply-to: <20220703082419.770989-16-richard.henderson@linaro.org> Message-ID: <87a68cmenn.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=2a00:1450:4864:20::52d; envelope-from=alex.bennee@linaro.org; helo=mail-ed1-x52d.google.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" Richard Henderson writes: > Signed-off-by: Richard Henderson Reviewed-by: Alex Benn=C3=A9e --=20 Alex Benn=C3=A9e