]> git.proxmox.com Git - mirror_qemu.git/commit
hw/intc/arm_gicv3_its: Pass DTEntry to update_dte()
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 1 Feb 2022 19:31:57 +0000 (19:31 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 8 Feb 2022 10:56:28 +0000 (10:56 +0000)
commit22d62b08ba7a3909d42f4fdf097eb2ae8c9c00e3
tree11066772f04acbf938192c822c247667a25ad64b
parent4acf93e193af22556c21ec2d94247dc09f28d75a
hw/intc/arm_gicv3_its: Pass DTEntry to update_dte()

Make update_dte() take a DTEntry struct rather than all the fields of
the new DTE as separate arguments.

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