Re: [Qemu-devel] [PATCH 15/15] openpic: fix CTPR and de-assertion of interrupts

2013-01-03 Thread Alexander Graf
On 22.12.2012, at 03:15, Scott Wood wrote: Properly implement level-triggered interrupts by withdrawing an interrupt from the raised queue if the interrupt source de-asserts. Also withdraw from the raised queue if the interrupt becomes masked. When CTPR is written, check whether we need to

[Qemu-devel] [PATCH 15/15] openpic: fix CTPR and de-assertion of interrupts

2012-12-21 Thread Scott Wood
Properly implement level-triggered interrupts by withdrawing an interrupt from the raised queue if the interrupt source de-asserts. Also withdraw from the raised queue if the interrupt becomes masked. When CTPR is written, check whether we need to raise or lower the interrupt output.