hw/intc/arm_gicv3_its: Make update_ite() use ITEntry
commit7eb54267f243a336deaf3c806a5b5422365ee861
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 1 Feb 2022 19:32:03 +0000 (1 19:32 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 8 Feb 2022 10:56:29 +0000 (8 10:56 +0000)
treef85c5081c7aef4ff7da4d855b74e1ac17b774dc5
parent244194fe24dbaf1aa820a9ac5a9d7a8373288389
hw/intc/arm_gicv3_its: Make update_ite() use ITEntry

Make the update_ite() struct use the new ITEntry struct, so that
callers don't need to assemble the in-memory ITE data themselves, and
only get_ite() and update_ite() need to care about that in-memory
layout.  We can then drop the no-longer-used IteEntry struct
definition.

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