Re: [PATCH 1/6] x86/Kconfig: add selection of default x2APIC destination mode

2022-06-29 Thread Roger Pau Monné
On Thu, Jun 23, 2022 at 04:47:22PM +0200, Jan Beulich wrote: > On 23.06.2022 10:24, Roger Pau Monne wrote: > > Allow selecting the default x2APIC destination mode from Kconfig. > > Note the default destination mode is still Logical (Cluster) mode. > > > > Signed-off-by: Roger Pau Monné > > --- >

Re: [PATCH 1/6] x86/Kconfig: add selection of default x2APIC destination mode

2022-06-23 Thread Jan Beulich
On 23.06.2022 10:24, Roger Pau Monne wrote: > Allow selecting the default x2APIC destination mode from Kconfig. > Note the default destination mode is still Logical (Cluster) mode. > > Signed-off-by: Roger Pau Monné > --- > xen/arch/x86/Kconfig | 29 + > xen/

[PATCH 1/6] x86/Kconfig: add selection of default x2APIC destination mode

2022-06-23 Thread Roger Pau Monne
Allow selecting the default x2APIC destination mode from Kconfig. Note the default destination mode is still Logical (Cluster) mode. Signed-off-by: Roger Pau Monné --- xen/arch/x86/Kconfig | 29 + xen/arch/x86/genapic/x2apic.c | 6 -- 2 files changed, 33