Re: [XEN PATCH v1 7/7] x86/MCE: optional build of AMD/Intel MCE code

2024-05-02 Thread Sergiy Kibrik
29.04.24 18:54, Jan Beulich: On 27.04.2024 01:16, Stefano Stabellini wrote: On Tue, 23 Apr 2024, Sergiy Kibrik wrote: --- a/xen/arch/x86/cpu/mcheck/Makefile +++ b/xen/arch/x86/cpu/mcheck/Makefile @@ -1,12 +1,10 @@ -obj-y += amd_nonfatal.o -obj-y += mce_amd.o obj-y += mcaction.o obj-y +=

Re: [XEN PATCH v1 7/7] x86/MCE: optional build of AMD/Intel MCE code

2024-04-29 Thread Jan Beulich
On 27.04.2024 01:16, Stefano Stabellini wrote: > On Tue, 23 Apr 2024, Sergiy Kibrik wrote: >> --- a/xen/arch/x86/cpu/mcheck/Makefile >> +++ b/xen/arch/x86/cpu/mcheck/Makefile >> @@ -1,12 +1,10 @@ >> -obj-y += amd_nonfatal.o >> -obj-y += mce_amd.o >> obj-y += mcaction.o >> obj-y += barrier.o >>

Re: [XEN PATCH v1 7/7] x86/MCE: optional build of AMD/Intel MCE code

2024-04-26 Thread Stefano Stabellini
On Tue, 23 Apr 2024, Sergiy Kibrik wrote: > Separate Intel/AMD-specific MCE code using CONFIG_{INTEL,AMD} config options. > Now we can avoid build of mcheck code if support for specific platform is > intentionally disabled by configuration. > > Signed-off-by: Sergiy Kibrik > --- >

[XEN PATCH v1 7/7] x86/MCE: optional build of AMD/Intel MCE code

2024-04-23 Thread Sergiy Kibrik
Separate Intel/AMD-specific MCE code using CONFIG_{INTEL,AMD} config options. Now we can avoid build of mcheck code if support for specific platform is intentionally disabled by configuration. Signed-off-by: Sergiy Kibrik --- xen/arch/x86/cpu/mcheck/Makefile| 6 ++