On Wed, Feb 04, 2026 at 07:00:06PM +0000, Shameer Kolothum wrote:
> +bool smmuv3_accel_alloc_veventq(SMMUv3State *s, Error **errp)
> +{
> + SMMUv3AccelState *accel = s->s_accel;
> + IOMMUFDVeventq *veventq;
> + uint32_t veventq_id;
> + uint32_t veventq_fd;
> +
> + if (!accel->viommu) {
> + return true;
> + }This seems meaningless or should be an assert? Other looks okay. Nicolin
