Hi Jean, Thanks for taking the time to check the patches.
On Wed, Feb 15, 2023 at 07:47:18PM +0000, Jean-Philippe Brucker wrote: > > diff --git a/hw/arm/smmu-common.c b/hw/arm/smmu-common.c > > index 541c427684..028a60949a 100644 > > --- a/hw/arm/smmu-common.c > > +++ b/hw/arm/smmu-common.c > > @@ -56,10 +56,11 @@ static gboolean smmu_iotlb_key_equal(gconstpointer v1, > > gconstpointer v2) > > (k1->level == k2->level) && (k1->tg == k2->tg); > > I'm getting some aliasing in the TLB, because smmu_iotlb_key_equal() is > missing the VMID comparison. With that fixed my handful of tests pass > Oh, I missed that, I will update it in v2. Thanks, Mostafa