Re: [Qemu-devel] [Qemu devel v5 PATCH 1/5] msf2: Add Smartfusion2 System timer

2017-06-24 Thread sundeep subbaraya
Hi Philippe, On Tue, May 30, 2017 at 6:13 PM, Philippe Mathieu-Daudé wrote: > Hi Subbaraya, > > I have some comments, see inlined. > > > On 05/16/2017 12:38 PM, Subbaraya Sundeep wrote: > >> Modelled System Timer in Microsemi's Smartfusion2 Soc. >> Timer has two 32bit down counters and two inter

Re: [Qemu-devel] [Qemu devel v5 PATCH 1/5] msf2: Add Smartfusion2 System timer

2017-05-30 Thread Philippe Mathieu-Daudé
Hi Subbaraya, I have some comments, see inlined. On 05/16/2017 12:38 PM, Subbaraya Sundeep wrote: Modelled System Timer in Microsemi's Smartfusion2 Soc. Timer has two 32bit down counters and two interrupts. Signed-off-by: Subbaraya Sundeep --- hw/timer/Makefile.objs | 1 + hw/timer/m

[Qemu-devel] [Qemu devel v5 PATCH 1/5] msf2: Add Smartfusion2 System timer

2017-05-16 Thread Subbaraya Sundeep
Modelled System Timer in Microsemi's Smartfusion2 Soc. Timer has two 32bit down counters and two interrupts. Signed-off-by: Subbaraya Sundeep --- hw/timer/Makefile.objs | 1 + hw/timer/mss-timer.c | 249 +++ include/hw/timer/mss-timer.h |