Re: [PATCH v2] hw/arm/smmu: Add invalidating function of config data

2025-02-27 Thread Eric Auger
Hi, On 2/21/25 4:17 AM, JianChunfu wrote: > Uniform the removal judgement of g_hash_table_foreach_remove(), previous > name seems to perform the actual action while it just returns a Boolean. I had difficulties to understand the commit msg. IIUC you meant smmuv3_invalidate_ste() name is not self

[PATCH v2] hw/arm/smmu: Add invalidating function of config data

2025-02-20 Thread JianChunfu
Uniform the removal judgement of g_hash_table_foreach_remove(), previous name seems to perform the actual action while it just returns a Boolean. Signed-off-by: JianChunfu --- v2: - move smmuv3_invalidate_ste() to smmu_hash_remove_by_sid_range() - add function smmu_configs_inv_sid_range() v1: