hw/arm/smmuv3: Advertise SMMUv3.2 range invalidation
commitde206dfd80412ed1cdfb70d43ad53c59a19361ab
authorEric Auger <eric.auger@redhat.com>
Tue, 28 Jul 2020 15:08:15 +0000 (28 17:08 +0200)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 24 Aug 2020 09:02:06 +0000 (24 10:02 +0100)
tree9701cb7a6c4ac5fbed439e55f455c4c3be68db9f
parente7c3b9d9a0ddee7daa9b08bd14bd3ebbcf5f5cd3
hw/arm/smmuv3: Advertise SMMUv3.2 range invalidation

Expose the RIL bit so that the guest driver uses range
invalidation. Although RIL is a 3.2 features, We let
the AIDR advertise SMMUv3.1 support as v3.x implementation
is allowed to implement features from v3.(x+1).

Signed-off-by: Eric Auger <eric.auger@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20200728150815.11446-12-eric.auger@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/smmuv3-internal.h
hw/arm/smmuv3.c