Re: [PATCH v2 3/9] hw/arm/smmu: Introduce smmu_get_iotlb_key()

2020-07-06 Thread Peter Maydell
On Thu, 2 Jul 2020 at 16:27, Eric Auger wrote: > > Introduce the smmu_get_iotlb_key() helper and the > SMMU_IOTLB_ASID() macro. Also move smmu_get_iotlb_key and > smmu_iotlb_key_hash in the IOTLB related code section. > > Signed-off-by: Eric Auger > > --- > > v1 -> v2: > - creation > ---

[PATCH v2 3/9] hw/arm/smmu: Introduce smmu_get_iotlb_key()

2020-07-02 Thread Eric Auger
Introduce the smmu_get_iotlb_key() helper and the SMMU_IOTLB_ASID() macro. Also move smmu_get_iotlb_key and smmu_iotlb_key_hash in the IOTLB related code section. Signed-off-by: Eric Auger --- v1 -> v2: - creation --- hw/arm/smmu-internal.h | 1 + include/hw/arm/smmu-common.h | 1 +