Re: [PATCH 32/50] ppc/xive: Split xive recompute from IPB function

2025-05-15 Thread Nicholas Piggin
On Thu May 15, 2025 at 6:42 AM AEST, Mike Kowal wrote: > > On 5/11/2025 10:10 PM, Nicholas Piggin wrote: >> 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 requ

Re: [PATCH 32/50] ppc/xive: Split xive recompute from IPB function

2025-05-15 Thread Miles Glenn
Reviewed-by: Glenn Miles On Mon, 2025-05-12 at 13:10 +1000, Nicholas Piggin wrote: > 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. > > Si

Re: [PATCH 32/50] ppc/xive: Split xive recompute from IPB function

2025-05-14 Thread Mike Kowal
On 5/11/2025 10:10 PM, Nicholas Piggin wrote: 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. Previous upstreaming was focused only on XIVE

[PATCH 32/50] ppc/xive: Split xive recompute from IPB function

2025-05-11 Thread Nicholas Piggin
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 --- hw/intc/xive.c | 25 ++--- 1 file change