Re: [PATCH] arm: Add simple arch timer test

2016-11-16 Thread Alexander Graf
On 16/11/2016 16:54, Andrew Jones wrote: On Mon, Sep 19, 2016 at 04:52:01PM +0200, Andrew Jones wrote: On Mon, Sep 19, 2016 at 01:44:40PM +0200, Alexander Graf wrote: All virtualization capable ARM cores support the ARM architected virtual timer. This patch adds minimalistic checks whether w

Re: [PATCH] arm: Add simple arch timer test

2016-11-16 Thread Andrew Jones
On Mon, Sep 19, 2016 at 04:52:01PM +0200, Andrew Jones wrote: > On Mon, Sep 19, 2016 at 01:44:40PM +0200, Alexander Graf wrote: > > All virtualization capable ARM cores support the ARM architected virtual > > timer. > > > > This patch adds minimalistic checks whether we can fire a virtual timer

Re: [PATCH] arm: Add simple arch timer test

2016-09-19 Thread Andrew Jones
On Mon, Sep 19, 2016 at 01:44:40PM +0200, Alexander Graf wrote: > All virtualization capable ARM cores support the ARM architected virtual > timer. > > This patch adds minimalistic checks whether we can fire a virtual timer event > using them. It does not actually trigger an interrupt yet, as inf

[PATCH] arm: Add simple arch timer test

2016-09-19 Thread Alexander Graf
All virtualization capable ARM cores support the ARM architected virtual timer. This patch adds minimalistic checks whether we can fire a virtual timer event using them. It does not actually trigger an interrupt yet, as infrastructure for that is missing. However, it does check whether the timer p