[Qemu-devel] [PATCH v2 2/2] arm_mptimer: Respect IT bit state

2015-07-05 Thread Dmitry Osipenko
Timer should fire interrupt only if IT(interrupt enable) bit state of control register is enabled and timer should update IRQ status on IT bit change as it would mask/unmask the interrupt line. Signed-off-by: Dmitry Osipenko dig...@gmail.com --- v2: Added missed IRQ status update on control

Re: [Qemu-devel] [PATCH v2 2/2] arm_mptimer: Respect IT bit state

2015-07-05 Thread Peter Crosthwaite
On Sun, Jul 5, 2015 at 8:39 AM, Dmitry Osipenko dig...@gmail.com wrote: Timer should fire interrupt only if IT(interrupt enable) bit state of control register is enabled and timer should update IRQ status on IT bit change as it would mask/unmask the interrupt line. Signed-off-by: Dmitry