On Wed, Mar 22, 2017 at 5:48 PM, Jan Beulich <jbeul...@suse.com> wrote:
>>>> On 15.03.17 at 21:05, <olekst...@gmail.com> wrote:
>> --- a/xen/drivers/passthrough/iommu.c
>> +++ b/xen/drivers/passthrough/iommu.c
>> @@ -129,7 +129,7 @@ static void __init parse_iommu_param(char *s)
>>      } while ( ss );
>>  }
>>
>> -int iommu_domain_init(struct domain *d)
>> +int iommu_domain_init(struct domain *d, bool_t use_iommu)
>
> You properly use "false" above, so why bool_t (instead of just bool)
> here?

Indeed, will use bool.

>
> Jan
>



-- 
Regards,

Oleksandr Tyshchenko

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to