On 16.05.2025 04:29, dm...@proton.me wrote: > --- a/xen/arch/x86/include/asm/domain.h > +++ b/xen/arch/x86/include/asm/domain.h > @@ -494,6 +494,12 @@ struct arch_domain > X86_EMU_PIT | X86_EMU_USE_PIRQ | \ > X86_EMU_VPCI) > > +/* User-selectable features. */ > +#define X86_EMU_OPTIONAL (X86_EMU_USE_PIRQ) > + > +#define X86_EMU_BASELINE (X86_EMU_ALL & ~(X86_EMU_VPCI | \ > + X86_EMU_OPTIONAL))
That is, VPCI is neither baseline nor optional. Certainly at least strange. Jan