]> git.ipfire.org Git - thirdparty/qemu.git/commit
ppc/xive2: Do not present group interrupt on OS-push if precluded by CPPR
authorNicholas Piggin <npiggin@gmail.com>
Mon, 12 May 2025 03:10:20 +0000 (13:10 +1000)
committerCédric Le Goater <clg@redhat.com>
Mon, 21 Jul 2025 06:03:52 +0000 (08:03 +0200)
commit3abbec04e627396c32f2b7b7461961fb68c5c122
treeccfdb1b72e877a87f0642c1cee9d4846a8fc2786
parentd4720a7faf4bb415f3fe7f10e5c888212b81316a
ppc/xive2: Do not present group interrupt on OS-push if precluded by CPPR

Group interrupts should not be taken from the backlog and presented
if they are precluded by CPPR.

Fixes: 855434b3b8 ("ppc/xive2: Process group backlog when pushing an OS context")
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Reviewed-by: Glenn Miles <milesg@linux.ibm.com>
Reviewed-by: Michael Kowal <kowal@linux.ibm.com>
Reviewed-by: Caleb Schlossin <calebs@linux.ibm.com>
Tested-by: Gautam Menghani <gautam@linux.ibm.com>
Link: https://lore.kernel.org/qemu-devel/20250512031100.439842-12-npiggin@gmail.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
hw/intc/xive2.c