search for: ca2f58c2dfea

Displaying 1 result from an estimated 1 matches for "ca2f58c2dfea".

2011 Jul 22
0
[PATCH] Dump mce log by ERST when mc panic
...We have implemented basic ERST logic before. Now linux3.0 as dom0 has included APEI logic. Hence it''s time to add mce apei interface and enable APEI ERST feature. With it, it can save mce log by ERST method when mc panic. Signed-off-by: Liu, Jinsong <jinsong.liu@intel.com> diff -r ca2f58c2dfea xen/arch/x86/cpu/mcheck/mce.c --- a/xen/arch/x86/cpu/mcheck/mce.c Mon Jul 18 21:40:28 2011 +0800 +++ b/xen/arch/x86/cpu/mcheck/mce.c Fri Jul 22 17:02:02 2011 +0800 @@ -919,6 +919,28 @@ void *x86_mcinfo_add(struct mc_info *mi, return buf; } +static void x86_mcinfo_apei_save( + struct mcin...