On 30.10.2025 00:08, Grygorii Strashko wrote: > On 29.10.25 20:26, Teddy Astie wrote: >> --- a/xen/arch/x86/include/asm/domain.h >> +++ b/xen/arch/x86/include/asm/domain.h >> @@ -509,6 +509,8 @@ struct arch_domain >> #define has_pirq(d) (!!((d)->arch.emulation_flags & >> X86_EMU_USE_PIRQ)) >> #define has_vpci(d) (!!((d)->arch.emulation_flags & X86_EMU_VPCI)) >> >> +#define has_force_x2apic(d) ((d)->arch.hvm.force_x2apic) > > Would it be possible for you to consider having Kconfig option to make > such configuration global, static?
Especially considering the post-commit-message remarks I don't think this can be other than a per-guest setting. Jan
