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? Jan