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 4B07BC433F5 for ; Mon, 21 Feb 2022 13:36:51 +0000 (UTC) Received: from localhost ([::1]:53752 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nM8rx-0002KR-Jx for qemu-devel@archiver.kernel.org; Mon, 21 Feb 2022 08:36:50 -0500 Received: from eggs.gnu.org ([209.51.188.92]:52428) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nM7Yj-0005CG-VP; Mon, 21 Feb 2022 07:12:53 -0500 Received: from [2607:f8b0:4864:20::533] (port=37548 helo=mail-pg1-x533.google.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nM7Yi-0003Kj-IL; Mon, 21 Feb 2022 07:12:53 -0500 Received: by mail-pg1-x533.google.com with SMTP id 75so14120262pgb.4; Mon, 21 Feb 2022 04:12:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:date:mime-version:user-agent:subject:content-language:to :cc:references:from:in-reply-to:content-transfer-encoding; bh=eStDs/QIT6YtrVtOO0bz7fDj0bXGodPs7RPThpwfNYo=; b=XavBHwGTo8j0OnE4o0ASD2nD2tUcwV4cHpHtO8nldfUpdUBxaoxRtNYW53l0e/zBBO cL0s2KjOMVoE4QNtUGbr3gtdHcXJ/rCtigO1dY5WT9WMZEUj5Qx54sILrA5WUMAZ0bRI +yWc/KYjn10U0m0PzAkxWfPbEum0tZamtUFyjj3SiklL0WG7+XtX1ocUwOe4Q+v8fl3B HzKUqJ/gQw5xHemecmQl9H+XHhFOdCwOvoqpsQnFgnj7q2ceQFusA4pv8zOOQnNw2oa4 mV8dFTvYHp+HZ8SPbGKTNS6gyZSXnCc21DNyKdcWv7fL2/zFNpPgZiLi6t0itQa6FsP8 TmQg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=eStDs/QIT6YtrVtOO0bz7fDj0bXGodPs7RPThpwfNYo=; b=Br8hQu/L4OGWH4sa4P8eKRcyX4vI5FeexHVdrVotE0m064tkDyfAcJ8a45eivlsDdM FTxc0edwxiwIoFilFVu6c79qIY9PhVCh2H4GA9A9Wuq0FysX4aHdJC7if52vYcKgMOan Yc30nKGSFN0tRrK3J6RlEj5y1IUQ2nkT6OrhyeWdg273TfHAC495R9ms1cu5JK38YvFV 6WHRcr1nPAQ8IZvFKyccosPFqOUjVs3LWG7bacL0GzJuiW8BBWc0A9W5pyI1emdWaXPP cCLyKuO9xUWZp7TgngWLSaqLBL04t2VKYMV/GbW7Z4ykklR6jPzvkq6vjPNpQqzhL8hD 3jWQ== X-Gm-Message-State: AOAM53384mFk0Ff6c2phscUxBBGe/lfSnI212Dm+E1PNA4Upo2Stuwpe s/FUsi4GwmAuFdQEAzGWUu+74+Z6Nb8= X-Google-Smtp-Source: ABdhPJw9EuvQr1+vSSTSs85F861e/QvhVuTC52EMJbwVMBYhDMUy9RePqr7mAGuc2Dfw5csY2tUUGg== X-Received: by 2002:a05:6a00:13aa:b0:4f1:1e5f:1c39 with SMTP id t42-20020a056a0013aa00b004f11e5f1c39mr6880439pfg.24.1645445568079; Mon, 21 Feb 2022 04:12:48 -0800 (PST) Received: from [192.168.1.35] (71.red-83-50-68.dynamicip.rima-tde.net. [83.50.68.71]) by smtp.gmail.com with ESMTPSA id u17sm8912108pfi.99.2022.02.21.04.12.46 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 21 Feb 2022 04:12:47 -0800 (PST) Message-ID: Date: Mon, 21 Feb 2022 13:12:44 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.6.0 Subject: Re: [PATCH] hw/arm/mps2-tz.c: Update AN547 documentation URL Content-Language: en-US To: Peter Maydell , qemu-arm@nongnu.org, qemu-devel@nongnu.org References: <20220221094144.426191-1-peter.maydell@linaro.org> From: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= In-Reply-To: <20220221094144.426191-1-peter.maydell@linaro.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Host-Lookup-Failed: Reverse DNS lookup failed for 2607:f8b0:4864:20::533 (failed) Received-SPF: pass client-ip=2607:f8b0:4864:20::533; envelope-from=philippe.mathieu.daude@gmail.com; helo=mail-pg1-x533.google.com X-Spam_score_int: -6 X-Spam_score: -0.7 X-Spam_bar: / X-Spam_report: (-0.7 / 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, FREEMAIL_FROM=0.001, NICE_REPLY_A=-0.001, PDS_HP_HELO_NORDNS=0.659, RCVD_IN_DNSWL_NONE=-0.0001, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no 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: , Cc: Jimmy Brisson Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" On 21/2/22 10:41, Peter Maydell wrote: > The AN547 application note URL has changed: update our comment > accordingly. (Rev B is still downloadable from the old URL, > but there is a new Rev C of the document now.) > > Signed-off-by: Peter Maydell > --- > hw/arm/mps2-tz.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Philippe Mathieu-Daudé Tested-by: Philippe Mathieu-Daudé