Re: [PATCH 15/50] ppc/xive: Move NSR decoding into helper functions

2025-05-15 Thread Miles Glenn
Reviewed-by: Glenn Miles On Mon, 2025-05-12 at 13:10 +1000, Nicholas Piggin wrote: > Rather than functions to return masks to test NSR bits, have functions > to test those bits directly. This should be no functional change, it > just makes the code more readable. > > Signed-off-by: Nicholas Pigg

Re: [PATCH 15/50] ppc/xive: Move NSR decoding into helper functions

2025-05-14 Thread Mike Kowal
On 5/11/2025 10:10 PM, Nicholas Piggin wrote: Rather than functions to return masks to test NSR bits, have functions to test those bits directly. This should be no functional change, it just makes the code more readable. Reviewed-by: Michael Kowal Thanks MAK Signed-off-by: Nicholas Pigg

Re: [PATCH 15/50] ppc/xive: Move NSR decoding into helper functions

2025-05-14 Thread Caleb Schlossin
Reviewed-by: Caleb Schlossin On 5/11/25 10:10 PM, Nicholas Piggin wrote: > Rather than functions to return masks to test NSR bits, have functions > to test those bits directly. This should be no functional change, it > just makes the code more readable. > > Signed-off-by: Nicholas Piggin > --

[PATCH 15/50] ppc/xive: Move NSR decoding into helper functions

2025-05-11 Thread Nicholas Piggin
Rather than functions to return masks to test NSR bits, have functions to test those bits directly. This should be no functional change, it just makes the code more readable. Signed-off-by: Nicholas Piggin --- hw/intc/xive.c| 51 +++ include/hw/ppc