]> git.ipfire.org Git - thirdparty/qemu.git/commit
ppc/xive: Assert group interrupts were redistributed
authorNicholas Piggin <npiggin@gmail.com>
Mon, 12 May 2025 03:10:48 +0000 (13:10 +1000)
committerCédric Le Goater <clg@redhat.com>
Mon, 21 Jul 2025 06:03:53 +0000 (08:03 +0200)
commit203181cebdb96283520b496d6eaa49634eb51579
treeab58ba4748971a7ac9d13d22439851dc4508d819
parent370ea4a4b6fffc30324fc8f8134483e5a749114d
ppc/xive: Assert group interrupts were redistributed

Add some assertions to try to ensure presented group interrupts do
not get lost without being redistributed, if they become precluded
by CPPR or preempted by a higher priority interrupt.

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-40-npiggin@gmail.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
hw/intc/xive.c
hw/intc/xive2.c