diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2022-02-01 19:31:58 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2022-02-08 10:56:28 +0000 |
commit | d37cf49b11f3ef78c3265a941faf320ee4f96bdf (patch) | |
tree | a373a60221939ea453d383bef1f7fdee03cc088a /target/ppc/cpu-param.h | |
parent | 22d62b08ba7a3909d42f4fdf097eb2ae8c9c00e3 (diff) | |
download | qemu-d37cf49b11f3ef78c3265a941faf320ee4f96bdf.zip qemu-d37cf49b11f3ef78c3265a941faf320ee4f96bdf.tar.gz qemu-d37cf49b11f3ef78c3265a941faf320ee4f96bdf.tar.bz2 |
hw/intc/arm_gicv3_its: Keep CTEs as a struct, not a raw uint64_t
In the ITS, a CTE is an entry in the collection table, which contains
multiple fields. Currently the function get_cte() which reads one
entry from the device table returns a success/failure boolean and
passes back the raw 64-bit integer CTE value via a pointer argument.
We then extract fields from the CTE as we need them.
Create a real C struct with the same fields as the CTE, and
populate it in get_cte(), so that that function and update_cte()
are the only ones which need to care about the in-guest-memory
format of the CTE.
This brings get_cte()'s API into line with get_dte().
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220201193207.2771604-5-peter.maydell@linaro.org
Diffstat (limited to 'target/ppc/cpu-param.h')
0 files changed, 0 insertions, 0 deletions