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

2017-08-29 Thread Alistair Francis
On Mon, Aug 28, 2017 at 10:32 PM, sundeep subbaraya wrote: > Hi Alistair, > > On Tue, Aug 29, 2017 at 3:23 AM, Alistair Francis > wrote: >> >> On Mon, Aug 28, 2017 at 9:37 AM, Subbaraya Sundeep >> wrote: >> > Modelled System Timer in Microsemi's Smartfusion2 Soc. >> > Timer has two 32bit down co

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

2017-08-28 Thread sundeep subbaraya
Hi Alistair, On Tue, Aug 29, 2017 at 3:23 AM, Alistair Francis wrote: > On Mon, Aug 28, 2017 at 9:37 AM, 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 > >

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

2017-08-28 Thread Alistair Francis
On Mon, Aug 28, 2017 at 9:37 AM, 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 I had already reviewed this patch in v6. As long as you have made all of the changes men

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

2017-08-28 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 | 289 +++ include/hw/timer/mss-timer.h |