Hi Jan,

> On 7 Oct 2021, at 9:27 am, Jan Beulich <jbeul...@suse.com> wrote:
> 
> On 06.10.2021 19:40, Rahul Singh wrote:
>> @@ -62,8 +63,19 @@ static int __init acpi_pci_init(void)
>> }
>> #endif
>> 
>> +/* By default pci passthrough is disabled. */
>> +bool __read_mostly pci_passthrough_enabled;
> 
> You properly use "bool " here. Why ...
> 
>> --- a/xen/include/asm-arm/pci.h
>> +++ b/xen/include/asm-arm/pci.h
>> @@ -19,14 +19,25 @@
>> 
>> #define pci_to_dev(pcidev) (&(pcidev)->arch.dev)
>> 
>> +extern bool_t pci_passthrough_enabled;
> 
> ... the being phased out "bool_t" here?

I missed that I will fix this.

Regards,
Rahul
> 
> Jan
> 


Reply via email to