]> git.ipfire.org Git - thirdparty/qemu.git/commit
ppc/xive: Split xive recompute from IPB function
authorNicholas Piggin <npiggin@gmail.com>
Mon, 12 May 2025 03:10:41 +0000 (13:10 +1000)
committerCédric Le Goater <clg@redhat.com>
Mon, 21 Jul 2025 06:03:52 +0000 (08:03 +0200)
commit3516b9b6739714068d83bb5ed9ce25cc1b20be8d
tree2c0198b1c7becd1ea10bd2f64b985b5c7951a24b
parent46f5ee8885a521c56e60820bf35aba4e94e16cf7
ppc/xive: Split xive recompute from IPB function

Further split xive_tctx_pipr_update() by splitting out a new function
that is used to re-compute the PIPR from IPB. This is generally only
used with XIVE1, because group interrputs require more logic.

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