Re: [Xen-devel] [PATCH 06/19] x86/mce: merge intel_default_mce_dhandler/uhandler()

2017-02-19 Thread Haozhong Zhang
On 02/17/17 03:01 -0700, Jan Beulich wrote: > >>> On 17.02.17 at 07:39, wrote: > > Implementations of these two functions are effectively the same, so > > unify them by a common intel_default_mce_handler(). > > Them being the same right now may also be an issue with the > earlier authors never ha

Re: [Xen-devel] [PATCH 06/19] x86/mce: merge intel_default_mce_dhandler/uhandler()

2017-02-17 Thread Jan Beulich
>>> On 17.02.17 at 07:39, wrote: > Implementations of these two functions are effectively the same, so > unify them by a common intel_default_mce_handler(). Them being the same right now may also be an issue with the earlier authors never having completed their job. I'd like to see justification

[Xen-devel] [PATCH 06/19] x86/mce: merge intel_default_mce_dhandler/uhandler()

2017-02-16 Thread Haozhong Zhang
Implementations of these two functions are effectively the same, so unify them by a common intel_default_mce_handler(). Signed-off-by: Haozhong Zhang --- Cc: Christoph Egger Cc: Liu Jinsong Cc: Jan Beulich Cc: Andrew Cooper --- xen/arch/x86/cpu/mcheck/mce_intel.c | 27 +++