mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-01-06 14:37:42 -07:00
hw/arm/smmuv3: Update comment documenting "stage" property
When we added support for nested (stage 1 + stage 2) translation to the SMMU in commit58377c3632we forgot to update the comment that documents the valid values of the "stage" property. Add the new "nested" value to it. Fixes:58377c3632("hw/arm/smmuv3: Support and advertise nesting") Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Eric Auger <eric.auger@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Message-id: 20240816161350.3706332-3-peter.maydell@linaro.org
This commit is contained in:
parent
fb6051e7bb
commit
44df6d0613
1 changed files with 1 additions and 0 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue