diff options
author | Peter Crosthwaite <peter.crosthwaite@xilinx.com> | 2013-06-11 10:59:09 +1000 |
---|---|---|
committer | Edgar E. Iglesias <edgar.iglesias@gmail.com> | 2013-06-18 09:45:00 +0200 |
commit | 45fdd3bf5a00466cb0f762c638291a5446773dc9 (patch) | |
tree | 8b5dd0a7da6dad03b3ce24fe9659a00d96a0304e /qemu-img-cmds.hx | |
parent | 6327c221fff955ee979559ec85c148963e06d78f (diff) | |
download | hqemu-45fdd3bf5a00466cb0f762c638291a5446773dc9.zip hqemu-45fdd3bf5a00466cb0f762c638291a5446773dc9.tar.gz |
intc/xilinx_intc: Handle level interrupt retriggering
Acking a level sensitive interrupt should have no effect if the
interrupt pin is still asserted. The current implementation requires
and edge condition to occur for setting a level sensitive IRQ, which
means an ACK can clear a level sensitive interrupt, until the original
source strobes the interrupt again.
Fix by keeping track of the interrupt pin state and setting ISR based
on this every time update_irq() is called.
Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Diffstat (limited to 'qemu-img-cmds.hx')
0 files changed, 0 insertions, 0 deletions