>>> On 21.01.19 at 20:02, <[email protected]> wrote: > --- a/xen/drivers/passthrough/iommu.c > +++ b/xen/drivers/passthrough/iommu.c > @@ -38,7 +38,7 @@ bool_t __read_mostly iommu_intremap = 1; > > bool __hwdom_initdata iommu_hwdom_strict; > bool __read_mostly iommu_hwdom_passthrough; > -int8_t __hwdom_initdata iommu_hwdom_inclusive = -1; > +int8_t __hwdom_initdata iommu_hwdom_inclusive;
I guess this could become bool now, but either way Reviewed-by: Jan Beulich <[email protected]> Jan _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
