hw/intc/arm_gicv3_its: Pass CTEntry to update_cte()
commit06985cc3fe5a5a7577ddd43406758aa79099b4f7
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 1 Feb 2022 19:31:59 +0000 (1 19:31 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 8 Feb 2022 10:56:28 +0000 (8 10:56 +0000)
tree72fb0bc2664a8e6e7c9eed0dc4ba1e9a28850293
parentd37cf49b11f3ef78c3265a941faf320ee4f96bdf
hw/intc/arm_gicv3_its: Pass CTEntry to update_cte()

Make update_cte() take a CTEntry struct rather than all the fields
of the new CTE as separate arguments.

This brings it into line with the update_dte() API.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220201193207.2771604-6-peter.maydell@linaro.org
hw/intc/arm_gicv3_its.c