Three remaining patches to separate support of Intel & AMD CPUs in Xen build. Most of related patches from previous series had already been merged. Specific changes since v3 are provided per-patch.
v3 series here: https://lore.kernel.org/xen-devel/cover.1715673586.git.sergiy_kib...@epam.com/ -Sergiy Sergiy Kibrik (3): x86/intel: move vmce_has_lmce() routine to header x86/MCE: add default switch case in init_nonfatal_mce_checker() x86/MCE: optional build of AMD/Intel MCE code xen/arch/x86/cpu/mcheck/Makefile | 8 ++++---- xen/arch/x86/cpu/mcheck/mce.c | 4 ++++ xen/arch/x86/cpu/mcheck/mce.h | 5 +++++ xen/arch/x86/cpu/mcheck/mce_intel.c | 8 -------- xen/arch/x86/cpu/mcheck/non-fatal.c | 9 +++++++++ xen/arch/x86/cpu/mcheck/vmce.c | 5 ++--- xen/arch/x86/include/asm/mce.h | 1 - xen/arch/x86/msr.c | 2 ++ 8 files changed, 26 insertions(+), 16 deletions(-) -- 2.25.1