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 mm01.cs.columbia.edu (mm01.cs.columbia.edu [128.59.11.253]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7A1A8C43334 for ; Mon, 11 Jul 2022 09:43:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id 2E2434BB78; Mon, 11 Jul 2022 05:43:00 -0400 (EDT) X-Virus-Scanned: at lists.cs.columbia.edu Authentication-Results: mm01.cs.columbia.edu (amavisd-new); dkim=softfail (fail, message has been altered) header.i=@linux.dev Received: from mm01.cs.columbia.edu ([127.0.0.1]) by localhost (mm01.cs.columbia.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LjMioWk5wB6U; Mon, 11 Jul 2022 05:42:58 -0400 (EDT) Received: from mm01.cs.columbia.edu (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id B78074BA61; Mon, 11 Jul 2022 05:42:57 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id 123F14B64E for ; Fri, 8 Jul 2022 15:20:29 -0400 (EDT) X-Virus-Scanned: at lists.cs.columbia.edu Received: from mm01.cs.columbia.edu ([127.0.0.1]) by localhost (mm01.cs.columbia.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vEnBrZTbKTk3 for ; Fri, 8 Jul 2022 15:20:27 -0400 (EDT) Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by mm01.cs.columbia.edu (Postfix) with ESMTPS id D98E04B561 for ; Fri, 8 Jul 2022 15:20:27 -0400 (EDT) Date: Fri, 8 Jul 2022 12:20:21 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1657308026; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=ce9I51hIbs9Z/U1FMq7ylQYjRrpFbV3lrcD9ud+ZtUY=; b=nni5m67niu1sIBms4nFqs5MRgsnvB28TnAbmD53TKH6yQRILHmUBXxCP/+ZbuX4+uS/lgU wl72YkUO5ajRxudvYVQTDxb0llI6uzEwt+FIfntI5LLSWAFPc3cBPZKetwz1DoR+P/hdoB Jrn4rviZlLBuV04gGoJj4RPXX4tHhCc= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Oliver Upton To: Marc Zyngier Subject: Re: [PATCH 03/19] KVM: arm64: Introduce generic get_user/set_user helpers for system registers Message-ID: References: <20220706164304.1582687-1-maz@kernel.org> <20220706164304.1582687-4-maz@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220706164304.1582687-4-maz@kernel.org> X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: linux.dev X-Mailman-Approved-At: Mon, 11 Jul 2022 05:42:55 -0400 Cc: kvm@vger.kernel.org, kernel-team@android.com, Schspa Shi , kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org X-BeenThere: kvmarm@lists.cs.columbia.edu X-Mailman-Version: 2.1.14 Precedence: list List-Id: Where KVM/ARM decisions are made List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: kvmarm-bounces@lists.cs.columbia.edu Sender: kvmarm-bounces@lists.cs.columbia.edu On Wed, Jul 06, 2022 at 05:42:48PM +0100, Marc Zyngier wrote: > The userspace access to the system registers is done using helpers > that hardcode the table that is looked up. extract some generic > helpers from this, moving the handling of hidden sysregs into > the core code. > > Signed-off-by: Marc Zyngier Reviewed-by: Oliver Upton _______________________________________________ kvmarm mailing list kvmarm@lists.cs.columbia.edu https://lists.cs.columbia.edu/mailman/listinfo/kvmarm