[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [XEN PATCH v2 0/5] x86: make Intel/AMD vPMU & MCE support configurable
Here's a second attempt to separate support of Intel & AMD CPUs in Xen build. The code to drive both platforms used to be built unconditionally, until recent introduction of CONFIG_{AMD,INTEL} Kconfig options. This series extends coverage of these options on vpmu and mcheck subsystems, which allows not to build Intel or AMD vpmu/mcheck support if CPU vendor's support was explicitly disabled. Since v1 series one patch had been merged independently, and one more got to be squashed, so series became shorter. Specific changes since v1 are provided per-patch. v1 series here: https://lore.kernel.org/xen-devel/cover.1713860310.git.Sergiy_Kibrik@xxxxxxxx/ -Sergiy Sergiy Kibrik (5): x86/vpmu: separate amd/intel vPMU code x86/intel: move vmce_has_lmce() routine to header x86/MCE: guard access to Intel/AMD-specific MCA MSRs x86/MCE: guard {intel/amd}_mcheck_init() calls x86/MCE: optional build of AMD/Intel MCE code xen/arch/x86/cpu/Makefile | 4 +++- xen/arch/x86/cpu/mcheck/Makefile | 8 ++++---- xen/arch/x86/cpu/mcheck/mce.c | 6 ++++-- xen/arch/x86/cpu/mcheck/mce.h | 13 +++++++++++++ xen/arch/x86/cpu/mcheck/mce_intel.c | 4 ---- xen/arch/x86/cpu/mcheck/non-fatal.c | 6 ++++++ xen/arch/x86/cpu/mcheck/vmce.c | 17 ++++++++++------- xen/arch/x86/cpu/vpmu.c | 6 ++++-- xen/arch/x86/include/asm/mce.h | 1 - xen/arch/x86/msr.c | 2 ++ 10 files changed, 46 insertions(+), 21 deletions(-) -- 2.25.1
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |