> -----Original Message-----
> From: Shameer Kolothum <[email protected]>
> Sent: 12 December 2025 00:23
> To: [email protected]; [email protected]; qemu-
> [email protected]
> Cc: [email protected]; Nicolin Chen <[email protected]>; Nathan
> Chen <[email protected]>; Matt Ochs <[email protected]>; Jason
> Gunthorpe <[email protected]>; [email protected];
> [email protected]; [email protected]; Krishnakant Jaju
> <[email protected]>
> Subject: RE: [RFC PATCH 00/16] hw/arm: Introduce Tegra241 CMDQV support
> for accelerated SMMUv3
>
> Hi Eric,
>
> > -----Original Message-----
> > From: Eric Auger <[email protected]>
> > Sent: 11 December 2025 17:55
> > To: Shameer Kolothum <[email protected]>; qemu-
> [email protected];
> > [email protected]
> > Cc: [email protected]; Nicolin Chen <[email protected]>;
> > Nathan Chen <[email protected]>; Matt Ochs <[email protected]>;
> Jason
> > Gunthorpe <[email protected]>; [email protected];
> > [email protected]; [email protected]; Krishnakant Jaju
> > <[email protected]>
> > Subject: Re: [RFC PATCH 00/16] hw/arm: Introduce Tegra241 CMDQV
> > support for accelerated SMMUv3
> >
> > External email: Use caution opening links or attachments
>
> [...]
>
> >
> > > [0] https://lore.kernel.org/qemu-devel/20251120132213.56581-1-
> > [email protected]/
> > > [1]
> > > https://lore.kernel.org/all/[email protected]
> > > /
> >
> > do you have a branch to share with all the bits?
>
> Here:
> https://github.com/shamiali2008/qemu-master.git master-smmuv3-accel-
> v6-veventq-v2-vcmdq-rfcv1
I just realised this needs a fix in patch #16,
diff --git a/hw/arm/smmuv3.c b/hw/arm/smmuv3.c
index 58c35c2af3..c32b35a9a7 100644
--- a/hw/arm/smmuv3.c
+++ b/hw/arm/smmuv3.c
@@ -1954,7 +1954,7 @@ static bool smmu_validate_property(SMMUv3State *s, Error
**errp)
return false;
}
#endif
-#ifndef CONFIG_TEGRA241_CMDQ
+#ifndef CONFIG_TEGRA241_CMDQV
if (s->tegra241_cmdqv) {
error_setg(errp, "tegra241_cmdqv=on support not compiled in");
return false;
--
Pushed to above branch.
Thanks,
Shameer