Skip to content

Commit

Permalink
hw/arm/smmuv3: Update comment documenting "stage" property
Browse files Browse the repository at this point in the history
When we added support for nested (stage 1 + stage 2) translation
to the SMMU in commit 58377c3 we forgot to update the
comment that documents the valid values of the "stage" property.
Add the new "nested" value to it.

Fixes: 58377c3 ("hw/arm/smmuv3: Support and advertise nesting")
Signed-off-by: Peter Maydell <[email protected]>
Reviewed-by: Eric Auger <[email protected]>
Reviewed-by: Daniel P. Berrangé <[email protected]>
Message-id: [email protected]
  • Loading branch information
pm215 committed Sep 5, 2024
1 parent fb6051e commit 44df6d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hw/arm/smmuv3.c
Original file line number Diff line number Diff line change
Expand Up @@ -1981,6 +1981,7 @@ static Property smmuv3_properties[] = {
* Stages of translation advertised.
* "1": Stage 1
* "2": Stage 2
* "nested": Both stage 1 and stage 2
* Defaults to stage 1
*/
DEFINE_PROP_STRING("stage", SMMUv3State, stage),
Expand Down

0 comments on commit 44df6d0

Please sign in to comment.