On 28.04.2021 12:42, Roger Pau Monné wrote: > On Mon, Apr 26, 2021 at 05:21:26PM +0100, Rahul Singh wrote: >> --- a/xen/arch/x86/Kconfig >> +++ b/xen/arch/x86/Kconfig >> @@ -20,6 +20,7 @@ config X86 >> select HAS_NS16550 >> select HAS_PASSTHROUGH >> select HAS_PCI >> + select PCI_MSI_INTERCEPT >> select HAS_PDX >> select HAS_SCHED_GRANULARITY >> select HAS_UBSAN > > This list is sorted alphabetically AFAICT, and new additions should > respect that.
Since this isn't a user visible option, perhaps it wants to be HAS_PCI_MSI_INTERCEPT anyway? Jan