OSDN Git Service

hw/arm/smmuv3: Fix up L1STD_SPAN decoding
authorKunkun Jiang <jiangkunkun@huawei.com>
Tue, 24 Nov 2020 02:37:11 +0000 (10:37 +0800)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 10 Dec 2020 11:30:44 +0000 (11:30 +0000)
commitd9aad887e80c8002a866326d2ec7c3bf2463da87
tree04d4881f7898dec9316723bf5fdd24fd09122498
parent5e7b204dbfae9a562fc73684986f936b97f63877
hw/arm/smmuv3: Fix up L1STD_SPAN decoding

Accroding to the SMMUv3 spec, the SPAN field of Level1 Stream Table
Descriptor is 5 bits([4:0]).

Fixes: 9bde7f0674f(hw/arm/smmuv3: Implement translate callback)
Signed-off-by: Kunkun Jiang <jiangkunkun@huawei.com>
Message-id: 20201124023711.1184-1-jiangkunkun@huawei.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Acked-by: Eric Auger <eric.auger@redhat.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/smmuv3-internal.h