On Wed, Dec 10, 2025 at 01:37:31PM +0000, Shameer Kolothum wrote:
> @@ -259,11 +305,16 @@ static bool tegra241_cmdqv_setup_vcmdq(Tegra241CMDQV 
> *cmdqv, int index,
>          g_free(vcmdq);
>      }
>  
> +    if (!tegra241_cmdqv_alloc_veventq(cmdqv, errp)) {
> +        return false;
> +    }
> +

I think this should be called in tegra241_cmdqv_alloc_viommu().

FWIW, vEVENTQ is crucial for CMDQV, because VINTF/VCMDQ will not
work if guest OS doesn't recover the HW error correctly.

Nicolin

Reply via email to