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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 AAFF9C433F5 for ; Mon, 7 Mar 2022 16:29:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=BPBWrnMcvW7G28+em+A2lyd/z+dNwQOzs1amvxerJ98=; b=r+n2Ng5tc2gEaL rM+WA/XBDe/SIsY7dgzW6NCCVGSStOrisQ8xFGTZn47hpk5OP9OmyC/TZAjlVunfSrVFuVoa5NdNx MxyuZRuURtTKwWPt0pO1G3u7wbprvED1CatmyoYbfdIko1qxHm8G1ol/GSrENocdenxUxUnHVi8am 783PpbYOnUt8TeAgVtCALmLK7yLydT3emaJAbVK9KGTsdzKOKQht5+eoTp7UVWy041PTDjZXI8lNj pUEBbD/AqPnlEUZXnIG+Mrew4+NviRlyO4iVdQCC9ELZD+tA2QmlcVZSGy/aEtBOY+tYwofxhc0/8 gsoh2ZJ9Rj451krmd7sw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nRGDj-000qBl-4c; Mon, 07 Mar 2022 16:28:27 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nRGDf-000qB4-Ob for linux-arm-kernel@lists.infradead.org; Mon, 07 Mar 2022 16:28:25 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 63DE0153B; Mon, 7 Mar 2022 08:28:22 -0800 (PST) Received: from monolith.localdoman (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 50A483FA45; Mon, 7 Mar 2022 08:28:19 -0800 (PST) Date: Mon, 7 Mar 2022 16:28:44 +0000 From: Alexandru Elisei To: Marc Zyngier Cc: linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org, Andre Przywara , Christoffer Dall , Jintack Lim , Haibo Xu , Ganapatrao Kulkarni , Chase Conklin , "Russell King (Oracle)" , James Morse , Suzuki K Poulose , karl.heubaum@oracle.com, mihai.carabas@oracle.com, miguel.luis@oracle.com, kernel-team@android.com Subject: Re: [PATCH v6 43/64] KVM: arm64: nv: arch_timer: Support hyp timer emulation Message-ID: References: <20220128121912.509006-1-maz@kernel.org> <20220128121912.509006-44-maz@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220307_082823_866589_933B95E2 X-CRM114-Status: GOOD ( 15.69 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi, On Mon, Mar 07, 2022 at 03:48:19PM +0000, Marc Zyngier wrote: > On 2022-03-07 14:52, Alexandru Elisei wrote: > > Hi, > > > > I was under the impression that KVM's nested virtualization doesn't > > support > > AArch32 in the guest, why is the subject about hyp mode aarch32 timers? > > Where did you see *ANY* mention of AArch32? I saw an implicit mention of aarch32 when the commit message used the term "hyp", which is the name of an aarch32 execution mode. > > Or is that a very roundabout way to object to the 'hyp' name? Bingo. > If that's the case, just apply a mental 's/hyp/el2/' substitution. I'm a bit confused about that. Is that something that anyone reading the patch should apply mentally when reading the patch, or is it something that you plan to change in the commit subject? Thanks, Alex _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel