]> git.ipfire.org Git - thirdparty/qemu.git/commit
ppc/xive2: Redistribute group interrupt preempted by higher priority interrupt
authorNicholas Piggin <npiggin@gmail.com>
Mon, 12 May 2025 03:10:38 +0000 (13:10 +1000)
committerCédric Le Goater <clg@redhat.com>
Mon, 21 Jul 2025 06:03:52 +0000 (08:03 +0200)
commitcc15d50b6e8a4090d667755259ea36144b79d22f
tree7df4e1ee207b1a54e2e6482de2f48b62bd6e5a2a
parent1319cb8997b9d0fdaae04a79398a2ed06d4cb5e1
ppc/xive2: Redistribute group interrupt preempted by higher priority interrupt

A group interrupt that gets preempted by a higher priority interrupt
delivery must be redistributed otherwise it would get lost.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Reviewed-by: Glenn Miles <milesg@linux.ibm.com>
Reviewed-by: Michael Kowal <kowal@linux.ibm.com>
Tested-by: Gautam Menghani <gautam@linux.ibm.com>
Link: https://lore.kernel.org/qemu-devel/20250512031100.439842-30-npiggin@gmail.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
hw/intc/xive2.c