Re: [PATCH v4 4/5] ARM: KVM: arch_timers: Add timer world switch

2012-11-30 Thread Christoffer Dall
On Fri, Nov 23, 2012 at 12:04 PM, Marc Zyngier marc.zyng...@arm.com wrote: On 23/11/12 16:30, Will Deacon wrote: On Sat, Nov 10, 2012 at 03:46:25PM +, Christoffer Dall wrote: From: Marc Zyngier marc.zyng...@arm.com Do the necessary save/restore dance for the timers in the world switch

Re: [PATCH v4 4/5] ARM: KVM: arch_timers: Add timer world switch

2012-11-23 Thread Will Deacon
On Sat, Nov 10, 2012 at 03:46:25PM +, Christoffer Dall wrote: From: Marc Zyngier marc.zyng...@arm.com Do the necessary save/restore dance for the timers in the world switch code. In the process, allow the guest to read the physical counter, which is useful for its own clock_event_device.

Re: [PATCH v4 4/5] ARM: KVM: arch_timers: Add timer world switch

2012-11-23 Thread Marc Zyngier
On 23/11/12 16:30, Will Deacon wrote: On Sat, Nov 10, 2012 at 03:46:25PM +, Christoffer Dall wrote: From: Marc Zyngier marc.zyng...@arm.com Do the necessary save/restore dance for the timers in the world switch code. In the process, allow the guest to read the physical counter, which is

[PATCH v4 4/5] ARM: KVM: arch_timers: Add timer world switch

2012-11-10 Thread Christoffer Dall
From: Marc Zyngier marc.zyng...@arm.com Do the necessary save/restore dance for the timers in the world switch code. In the process, allow the guest to read the physical counter, which is useful for its own clock_event_device. Signed-off-by: Marc Zyngier marc.zyng...@arm.com Signed-off-by: