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 BF90BC433EF for ; Mon, 14 Mar 2022 20:02:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244855AbiCNUEE (ORCPT ); Mon, 14 Mar 2022 16:04:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33848 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244853AbiCNUD7 (ORCPT ); Mon, 14 Mar 2022 16:03:59 -0400 Received: from mail-io1-xd2f.google.com (mail-io1-xd2f.google.com [IPv6:2607:f8b0:4864:20::d2f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D3F5D11F for ; Mon, 14 Mar 2022 13:02:46 -0700 (PDT) Received: by mail-io1-xd2f.google.com with SMTP id r11so19670886ioh.10 for ; Mon, 14 Mar 2022 13:02:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=5f2/HoIwu4j9nQu9qTBXrIZ6NMk6olPlLIzOEbYSwZw=; b=YSdWC5rvFf1g8ioBrwOR3I4g6iXlWuZTXYZmkB/YQq1F1LrcUaSd/IQL+JvtW6ihSp oQaeInLjTzG/E53npJN0joUHNTo51L0lUAbybFrGGy5h1XilJkR03a6LOeR1W6M85NDw P7mQ1C/yLXctxm7ySS07JsZcTqIrLfPQo031NqWsuNEIjJHqw9V4GydqW30p1Zya0c1K ZwDP19hMy8Qj4hekRHBCFttQRHyES8t1BcI1ERp2y6JBS5pxUC1EbIe4MEMkoI0rpq90 NUTTKj2kIS88DkRO7tkBQ/gT5XSv4rVJd4VuWAIIiRZQFiudmldpM26HeG4gPWGw4D1b lyFw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=5f2/HoIwu4j9nQu9qTBXrIZ6NMk6olPlLIzOEbYSwZw=; b=4g/ILwNAtrEGQbh1K5u4OpOm5K+whpkjoygMeXjFnHNntknUOIniCtKPvwycc0sweN wiGpDIn6PbKGeIpmZFxMsPNenQKoi3c70yHA/ZPwRdyKlRV1HHsEieFmVfP1T1qJIpCe IiDGbTBKqrI1TS8AIbXTh+tSYxs7+j2q3EmyagjYwTqx5W+oFhOJ5VW9CcJu6PhB8gLE ThhbjMGS7WbJBUFfqn7qPugT596DJubwlTXc1WOZlSXx/xs4tV6bvu1b4e1uCaAnWO8F WHEiKnf4PF6AE2uXVD2HeeG6+SfSP3R/Oe22cZpjLc1Gem1j7LCBd5ExSnaGzXgCub9V 9+xg== X-Gm-Message-State: AOAM53175Qxgln1gSzKQJyDGU/8BRJbMsWnT02L7aAfWnrv/IlitjeGK 5hSRfRQFT16pq8gZ1zsAHcYrtA== X-Google-Smtp-Source: ABdhPJzeQC03D9/rf02Bht8goOg45eN2rPjgNoqhJu/PvxB2PzO/F0nX9G85uS1FXW19T23DPBCxaw== X-Received: by 2002:a05:6638:16c5:b0:319:e32b:98e3 with SMTP id g5-20020a05663816c500b00319e32b98e3mr12201874jat.123.1647288165969; Mon, 14 Mar 2022 13:02:45 -0700 (PDT) Received: from google.com (194.225.68.34.bc.googleusercontent.com. [34.68.225.194]) by smtp.gmail.com with ESMTPSA id x14-20020a056e021bce00b002c7ada1bec5sm943788ilv.88.2022.03.14.13.02.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 14 Mar 2022 13:02:45 -0700 (PDT) Date: Mon, 14 Mar 2022 20:02:42 +0000 From: Oliver Upton To: Raghavendra Rao Ananta Cc: Marc Zyngier , Andrew Jones , James Morse , Alexandru Elisei , Suzuki K Poulose , Paolo Bonzini , Catalin Marinas , Will Deacon , Peter Shier , Ricardo Koller , Reiji Watanabe , Jing Zhang , linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu, linux-kernel@vger.kernel.org, kvm@vger.kernel.org Subject: Re: [PATCH v4 13/13] selftests: KVM: aarch64: Add the bitmap firmware registers to get-reg-list Message-ID: References: <20220224172559.4170192-1-rananta@google.com> <20220224172559.4170192-14-rananta@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220224172559.4170192-14-rananta@google.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 24, 2022 at 05:25:59PM +0000, Raghavendra Rao Ananta wrote: > Add the psuedo-firmware registers KVM_REG_ARM_STD_BMAP, > KVM_REG_ARM_STD_HYP_BMAP, and KVM_REG_ARM_VENDOR_HYP_BMAP to > the base_regs[] list. > > Signed-off-by: Raghavendra Rao Ananta Reviewed-by: Oliver Upton > --- > tools/testing/selftests/kvm/aarch64/get-reg-list.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/tools/testing/selftests/kvm/aarch64/get-reg-list.c b/tools/testing/selftests/kvm/aarch64/get-reg-list.c > index f769fc6cd927..42e613a7bb6a 100644 > --- a/tools/testing/selftests/kvm/aarch64/get-reg-list.c > +++ b/tools/testing/selftests/kvm/aarch64/get-reg-list.c > @@ -686,6 +686,9 @@ static __u64 base_regs[] = { > KVM_REG_ARM_FW_REG(0), > KVM_REG_ARM_FW_REG(1), > KVM_REG_ARM_FW_REG(2), > + KVM_REG_ARM_FW_BMAP_REG(0), /* KVM_REG_ARM_STD_BMAP */ > + KVM_REG_ARM_FW_BMAP_REG(1), /* KVM_REG_ARM_STD_HYP_BMAP */ > + KVM_REG_ARM_FW_BMAP_REG(2), /* KVM_REG_ARM_VENDOR_HYP_BMAP */ > ARM64_SYS_REG(3, 3, 14, 3, 1), /* CNTV_CTL_EL0 */ > ARM64_SYS_REG(3, 3, 14, 3, 2), /* CNTV_CVAL_EL0 */ > ARM64_SYS_REG(3, 3, 14, 0, 2), > -- > 2.35.1.473.g83b2b277ed-goog >