Re: [Qemu-devel] [PATCH] hw/pl031: Actually raise interrupt on timer expiry

2012-02-15 Thread Peter Maydell
On 15 February 2012 11:23, Andreas Färber wrote: > Am 14.02.2012 18:40, schrieb Peter Maydell: >> Fix a typo in pl031_interrupt() which meant we were setting a bit >> in the interrupt mask rather than the interrupt status register >> and thus not actually raising an interrupt. This fix allows the

Re: [Qemu-devel] [PATCH] hw/pl031: Actually raise interrupt on timer expiry

2012-02-15 Thread Andreas Färber
Am 14.02.2012 18:40, schrieb Peter Maydell: > Fix a typo in pl031_interrupt() which meant we were setting a bit > in the interrupt mask rather than the interrupt status register > and thus not actually raising an interrupt. This fix allows the > rtctest program from the kernel's Documentation/rtc.t