Nathan Chen <[email protected]> writes:
> From: Nathan Chen <[email protected]>
>
> Change accel SMMUv3 ATS property from bool to OnOffAuto. The 'auto'
Incompatible change; okay because property "ats" 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 ATS support.
>
> Fixes: f7f5013a55a3 ("hw/arm/smmuv3-accel: Add support for ATS")
> Tested-by: Eric Auger <[email protected]>
> Signed-off-by: Nathan Chen <[email protected]>
Acked-by: Markus Armbruster <[email protected]>