]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/arm/smmu: Introduce smmu_configs_inv_sid_range() helper
authorJianChunfu <jansef.jian@hj-micro.com>
Fri, 28 Feb 2025 03:14:38 +0000 (11:14 +0800)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 7 Mar 2025 10:59:25 +0000 (10:59 +0000)
commit8881b691d2d3613e9d7ff596a46a451b393377a5
tree8aa37cebb8e152a4230228db3dd3950442ed24ef
parent84e5ce68c0c2d52d97a66ff2f53697f9ced190a8
hw/arm/smmu: Introduce smmu_configs_inv_sid_range() helper

Use a similar terminology smmu_hash_remove_by_sid_range() as the one
being used for other hash table matching functions since
smmuv3_invalidate_ste() name is not self explanatory, and introduce a
helper that invokes the g_hash_table_foreach_remove.

No functional change intended.

Signed-off-by: JianChunfu <jansef.jian@hj-micro.com>
Reviewed-by: Eric Auger <eric.auger@redhat.com>
Message-id: 20250228031438.3916-1-jansef.jian@hj-micro.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/smmu-common.c
hw/arm/smmu-internal.h
hw/arm/smmuv3.c
hw/arm/trace-events
include/hw/arm/smmu-common.h