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 B8B7EC3DA6D for ; Tue, 20 May 2025 13:19:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type:In-Reply-To:From:References:Cc:To:Subject:MIME-Version:Date: Message-ID:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=SoEaY0tOyiLL6Fuz1aUjfPYbiJ4JoUwfOd+pxDNcbr0=; b=FHWOSQ3tSVICWlyLNl+BGY/M0i /wROKRAm3dqf4hS/nVjJNaw+9hSPv2m3qqNGxOISgPXORmaXK5e/OTr1srRG02sD57camvFwsy4z2 RgeHSvMxUNOS2bExBgLgVS+1W8zfkya5XQ1IBrdlwT6a/t3GTs1lR20WFk6U4R378ulFW6VI3z0B6 zX7ptrdcmeOH3Swz+U1rSkqp41ds+J/lBl3uKASuWxZNJZbIcPl+rUvU1vDkj4XPLAobJh68mP2cW GyiLH2iwk7dN2d3OXBM8fkell+Sv4WcpjxGNxBWqFwkg2bc/bdUuBANBgbCxZkdX+P8ui1uMGXNkL Hw6+Ky1g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1uHMsB-0000000CzMx-44Df; Tue, 20 May 2025 13:19:11 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1uHMpA-0000000CyyH-069b for linux-arm-kernel@lists.infradead.org; Tue, 20 May 2025 13:16:05 +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 E0B8E1516; Tue, 20 May 2025 06:15:49 -0700 (PDT) Received: from [10.1.36.74] (Suzukis-MBP.cambridge.arm.com [10.1.36.74]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id DFC923F5A1; Tue, 20 May 2025 06:15:59 -0700 (PDT) Message-ID: <7b51d691-ae9b-482c-be1d-87263eaec965@arm.com> Date: Tue, 20 May 2025 14:15:59 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v8 40/43] arm64: RME: Provide accurate register list Content-Language: en-GB To: Steven Price , kvm@vger.kernel.org, kvmarm@lists.linux.dev Cc: Jean-Philippe Brucker , Catalin Marinas , Marc Zyngier , Will Deacon , James Morse , Oliver Upton , Zenghui Yu , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Joey Gouly , Alexandru Elisei , Christoffer Dall , Fuad Tabba , linux-coco@lists.linux.dev, Ganapatrao Kulkarni , Gavin Shan , Shanker Donthineni , Alper Gun , "Aneesh Kumar K . V" References: <20250416134208.383984-1-steven.price@arm.com> <20250416134208.383984-41-steven.price@arm.com> From: Suzuki K Poulose In-Reply-To: <20250416134208.383984-41-steven.price@arm.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250520_061604_109291_6A7CB846 X-CRM114-Status: UNSURE ( 6.17 ) X-CRM114-Notice: Please train this message. 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 16/04/2025 14:42, Steven Price wrote: > From: Jean-Philippe Brucker > > Userspace can set a few registers with KVM_SET_ONE_REG (9 GP registers > at runtime, and 3 system registers during initialization). Update the > register list returned by KVM_GET_REG_LIST. > > Signed-off-by: Jean-Philippe Brucker > Signed-off-by: Steven Price Reviewed-by: Suzuki K Poulose