Re: [PATCH v2 5/5] iommu/virtio: Support identity-mapped domains
From: Jean-Philippe Brucker
Date: Mon Nov 29 2021 - 14:27:50 EST
On Sat, Nov 27, 2021 at 06:09:56PM +0100, Eric Auger wrote:
> > - vdomain->viommu = 0;
> > + vdomain->viommu = NULL;
> nit: that change could have been done in patch 2
Ah yes, I changed that in v2 but fixed up the wrong patch
> > return -EOPNOTSUPP;
> > }
> > -
> > - vdomain->bypass = true;
> > }
> >
> > return 0;
> Besides
> Reviewed-by: Eric Auger <eric.auger@xxxxxxxxxx>
Thanks!
Jean