Re: [PATCH 12/41] hw/intc/arm_gicv3_its: Factor out CTE lookup sequence

2022-04-08 Thread Richard Henderson
On 4/8/22 07:15, Peter Maydell wrote: Factor out the sequence of looking up a CTE from an ICID including the validity and error checks. Signed-off-by: Peter Maydell --- I think process_movi() in particular is now a lot cleaner to read with all the error-checking factored out. --- hw/intc/arm_g

[PATCH 12/41] hw/intc/arm_gicv3_its: Factor out CTE lookup sequence

2022-04-08 Thread Peter Maydell
Factor out the sequence of looking up a CTE from an ICID including the validity and error checks. Signed-off-by: Peter Maydell --- I think process_movi() in particular is now a lot cleaner to read with all the error-checking factored out. --- hw/intc/arm_gicv3_its.c | 109 ++-