On Mon, Sep 29, 2025 at 02:36:36PM +0100, Shameer Kolothum wrote:
> Introduce an “accel” property to enable accelerator mode.

Looks better with ASCII quotation marks: "accel".

> Live migration is currently unsupported when accelerator mode is enabled,
> so a migration blocker is added.
> 
> Because this mode relies on IORT RMR for MSI support, accelerator mode is
> not supported for device tree boot.
> 
> Signed-off-by: Shameer Kolothum <[email protected]>

Reviewed-by: Nicolin Chen <[email protected]>

> @@ -67,6 +67,7 @@ struct SMMUv3State {
>      /* SMMU has HW accelerator support for nested S1 + s2 */
>      bool accel;
>      struct SMMUv3AccelState  *s_accel;
> +    Error  *migration_blocker;

No need of double space.

Reply via email to