From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id DDBB511CA9 for ; Fri, 28 Jul 2023 14:14:30 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CB8D3C433C7; Fri, 28 Jul 2023 14:14:25 +0000 (UTC) Date: Fri, 28 Jul 2023 15:14:21 +0100 From: Catalin Marinas To: Marc Zyngier Cc: kvmarm@lists.linux.dev, kvm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Eric Auger , Mark Brown , Mark Rutland , Will Deacon , Alexandru Elisei , Andre Przywara , Chase Conklin , Ganapatrao Kulkarni , Darren Hart , Miguel Luis , James Morse , Suzuki K Poulose , Oliver Upton , Zenghui Yu Subject: Re: [PATCH v2 06/26] arm64: Add debug registers affected by HDFGxTR_EL2 Message-ID: References: <20230728082952.959212-1-maz@kernel.org> <20230728082952.959212-7-maz@kernel.org> Precedence: bulk X-Mailing-List: kvmarm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230728082952.959212-7-maz@kernel.org> On Fri, Jul 28, 2023 at 09:29:32AM +0100, Marc Zyngier wrote: > The HDFGxTR_EL2 registers trap a (huge) set of debug and trace > related registers. Add their encodings (and only that, because > we really don't care about what these registers actually do at > this stage). > > Signed-off-by: Marc Zyngier Acked-by: Catalin Marinas