Nathan Chen <[email protected]> writes:
> From: Nathan Chen <[email protected]>
>
> Change accel SMMUv3 RIL property from bool to OnOffAuto. The 'auto'
Incompatible change; okay because property "ril" is new in this release.
Spelling such things out in the commit message helps reviewers. Not
worth a respin.
> value is not implemented, as this commit is meant to set the property
> to the correct type and avoid breaking JSON/QMP when the auto mode is
> introduced. A future patch will implement resolution of the 'auto'
> value to match the host SMMUv3 RIL support.
>
> Fixes: bd715ff5bda9 ("hw/arm/smmuv3-accel: Add a property to specify RIL
> support")
> Tested-by: Eric Auger <[email protected]>
> Signed-off-by: Nathan Chen <[email protected]>
Acked-by: Markus Armbruster <[email protected]>