Re: [Qemu-devel] [PATCH] cadence_ttc: Fix 'clear on read' behavior

2012-10-03 Thread Peter Crosthwaite
Thanks Peter, For little patches arm-devs might be easier. Regards, Peter On Wed, Oct 3, 2012 at 11:18 PM, Peter Maydell wrote: > On 3 October 2012 14:09, Peter Crosthwaite > wrote: >> Ping! >> >> Should this go via arm-devs or create a zynq-specific queue? > > I'm happy to put it in arm-devs

Re: [Qemu-devel] [PATCH] cadence_ttc: Fix 'clear on read' behavior

2012-10-03 Thread Peter Crosthwaite
Ping! Should this go via arm-devs or create a zynq-specific queue? Regards, Peter On Thu, Sep 27, 2012 at 11:18 AM, Peter Crosthwaite wrote: > From: Soren Brinkmann > > A missing call to qemu_set_irq() when reading the IRQ register > required SW to write to the IRQ register to acknowledge an >

Re: [Qemu-devel] [PATCH] cadence_ttc: Fix 'clear on read' behavior

2012-10-03 Thread Peter Maydell
On 3 October 2012 14:09, Peter Crosthwaite wrote: > Ping! > > Should this go via arm-devs or create a zynq-specific queue? I'm happy to put it in arm-devs if that's easier. -- PMM

[Qemu-devel] [PATCH] cadence_ttc: Fix 'clear on read' behavior

2012-09-26 Thread Peter Crosthwaite
From: Soren Brinkmann A missing call to qemu_set_irq() when reading the IRQ register required SW to write to the IRQ register to acknowledge an interrupt. With this patch the behavior is fixed: - Reading the interrupt register clears it and updates the timers interrupt status - Writes to the