Re: [Xen-devel] [PATCH 3/4] xen/arm: vtimer: Introduce vtimer_emulate_sysreg{32, 64}

2015-12-15 Thread Julien Grall
Hi Ian, On 15/12/15 10:38, Ian Campbell wrote: > On Fri, 2015-12-11 at 15:28 +, 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

Re: [Xen-devel] [PATCH 3/4] xen/arm: vtimer: Introduce vtimer_emulate_sysreg{32, 64}

2015-12-15 Thread Ian Campbell
On Fri, 2015-12-11 at 15:28 +, 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 usef

[Xen-devel] [PATCH 3/4] xen/arm: vtimer: Introduce vtimer_emulate_sysreg{32, 64}

2015-12-11 Thread Julien Grall
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. Signed-off-by: Julien Grall --- xen/arch/arm/vtimer.c | 47 +-