aboutsummaryrefslogtreecommitdiff
path: root/rust
diff options
context:
space:
mode:
authorNicolin Chen <nicolinc@nvidia.com>2025-02-20 13:38:31 -0800
committerPeter Maydell <peter.maydell@linaro.org>2025-02-24 13:03:00 +0000
commitab544de12787035edb7ad4994a80f9cd6a6b55d7 (patch)
tree084cedc97369d6050e9fd2e9413c3ea46b95fe3e /rust
parentb69801dd6b1eb4d107f7c2f643adf0a4e3ec9124 (diff)
downloadqemu-ab544de12787035edb7ad4994a80f9cd6a6b55d7.zip
qemu-ab544de12787035edb7ad4994a80f9cd6a6b55d7.tar.gz
qemu-ab544de12787035edb7ad4994a80f9cd6a6b55d7.tar.bz2
hw/arm/smmuv3: Fill u.f_cd_fetch.addr for SMMU_EVT_F_CD_FETCH
When we fill in the SMMUEventInfo for SMMU_EVT_F_CD_FETCH we write the address into the f_ste_fetch member of the union, but then when we come to read it back in smmuv3_record_event() we will (correctly) be using the f_cd_fetch member. This is more like a cosmetics fix since the f_cd_fetch and f_ste_fetch are basically the same field since they are in the exact same union with exact same type, but it's conceptually wrong. Use the correct union member. Signed-off-by: Nicolin Chen <nicolinc@nvidia.com> Message-id: 20250220213832.80289-1-nicolinc@nvidia.com Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'rust')
0 files changed, 0 insertions, 0 deletions