mbox series

[v2,0/2] Fix GICv2 handling of pending interrupts

Message ID 20240524113256.8102-1-sebastian.huber@embedded-brains.de (mailing list archive)
Headers show
Series Fix GICv2 handling of pending interrupts | expand

Message

Sebastian Huber May 24, 2024, 11:32 a.m. UTC
v2:

* Fix handling of SPIs.

* Remove pending state if not in new target list.

Sebastian Huber (2):
  hw/intc/arm_gic: Fix set pending of PPIs
  hw/intc/arm_gic: Fix writes to GICD_ITARGETSRn

 hw/intc/arm_gic.c | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

Comments

Peter Maydell May 30, 2024, 10:25 a.m. UTC | #1
On Fri, 24 May 2024 at 12:33, Sebastian Huber
<sebastian.huber@embedded-brains.de> wrote:
>
> v2:
>
> * Fix handling of SPIs.
>
> * Remove pending state if not in new target list.
>
> Sebastian Huber (2):
>   hw/intc/arm_gic: Fix set pending of PPIs
>   hw/intc/arm_gic: Fix writes to GICD_ITARGETSRn



Applied to target-arm.next, thanks.

-- PMM