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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8C90BC433EF for ; Mon, 7 Mar 2022 16:28:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244165AbiCGQ3S (ORCPT ); Mon, 7 Mar 2022 11:29:18 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39622 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234065AbiCGQ3R (ORCPT ); Mon, 7 Mar 2022 11:29:17 -0500 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 9B6FE5044C for ; Mon, 7 Mar 2022 08:28:22 -0800 (PST) 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-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.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