[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH for-next 8/9] xen: Introduce HAS_M2P config and use to protect mfn_to_gmfn call
>>> On 16.04.19 at 00:17, <sstabellini@xxxxxxxxxx> wrote: > On Wed, 13 Mar 2019, Jan Beulich wrote: >> > @@ -215,6 +216,9 @@ void __hwdom_init iommu_hwdom_init(struct domain *d) >> > /* Use while-break to avoid compiler warning */ >> > while ( iommu_iotlb_flush_all(d, flush_flags) ) >> > break; >> > +#else >> > + rc = -ENOSYS; >> >> -EOPNOTSUPP please. > > The patch is fine by me and I am also fine with Jan's comments. > > I only want to point out that we haven't been entirely consistent with > -ENOSYS and/or -EOPNOTSUPP. We have lots of places that return -ENOSYS. > Should we change them to -EOPNOTSUPP going forward? Ideally we would, but iirc a small step I had once made in that direction did face resistance. Hence I've changed to the mode of simply trying to keep new instances of ENOSYS abuse from going in. Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |