From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH 3/4] xen/arm: vtimer: Introduce vtimer_emulate_sysreg{32, 64} Date: Tue, 15 Dec 2015 10:38:54 +0000 Message-ID: <1450175934.16856.120.camel@citrix.com> References: <1449847703-21252-1-git-send-email-julien.grall@citrix.com> <1449847703-21252-4-git-send-email-julien.grall@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1a8n1u-0004nP-8W for xen-devel@lists.xenproject.org; Tue, 15 Dec 2015 10:40:26 +0000 In-Reply-To: <1449847703-21252-4-git-send-email-julien.grall@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Julien Grall , xen-devel@lists.xenproject.org Cc: stefano.stabellini@eu.citrix.com List-Id: xen-devel@lists.xenproject.org On Fri, 2015-12-11 at 15:28 +0000, Julien Grall wrote: > Factorize the code to emulate a a 32-bit/64-bit sysreg in specific > helpers. > > While this is currently not necessary, it will be helpful in a following > patch to handle properly some registers. Looks like it would be potentially be usefully more generic too, but not now. > Signed-off-by: Julien Grall Acked-by: Ian Campbell