[Qemu-devel] [PULL 09/14] RISC-V: Fix PLIC pending bitfield reads

2018-12-26 Thread Palmer Dabbelt
From: Michael Clark The address calculation for the pending bitfield had a copy paste bug. This bug went unnoticed because the Linux PLIC driver does not read the pending bitfield, rather it reads pending interrupt numbers from the claim register and writes acknowledgements back to the claim regi

[Qemu-devel] [PULL 09/14] RISC-V: Fix PLIC pending bitfield reads

2018-12-21 Thread Palmer Dabbelt
From: Michael Clark The address calculation for the pending bitfield had a copy paste bug. This bug went unnoticed because the Linux PLIC driver does not read the pending bitfield, rather it reads pending interrupt numbers from the claim register and writes acknowledgements back to the claim regi