Re: [PATCH 05/21] arm64: KVM: Implement timer save/restore

2015-11-25 Thread Marc Zyngier
On Mon, 23 Nov 2015 10:47:10 + Steve Capper wrote: Hi Steve, > On Mon, Nov 16, 2015 at 01:11:43PM +, Marc Zyngier wrote: > > Implement the timer save restore as a direct translation of > > the assembly code version. > > Hi Marc, some comments below. > Cheers, > -- > Steve > > > > >

Re: [PATCH 05/21] arm64: KVM: Implement timer save/restore

2015-11-23 Thread Steve Capper
On Mon, Nov 16, 2015 at 01:11:43PM +, Marc Zyngier wrote: > Implement the timer save restore as a direct translation of > the assembly code version. Hi Marc, some comments below. Cheers, -- Steve > > Signed-off-by: Marc Zyngier > --- > arch/arm64/kvm/hyp/Makefile | 1 + > arch/arm64/kv

[PATCH 05/21] arm64: KVM: Implement timer save/restore

2015-11-16 Thread Marc Zyngier
Implement the timer save restore as a direct translation of the assembly code version. Signed-off-by: Marc Zyngier --- arch/arm64/kvm/hyp/Makefile | 1 + arch/arm64/kvm/hyp/hyp.h | 3 ++ arch/arm64/kvm/hyp/timer-sr.c | 68 +++ 3 files changed, 72