From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: [PATCH 0 of 2 V4] Kexec NMI/MCE fixes Date: Tue, 11 Dec 2012 15:34:15 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org Cc: Tim Deegan , Keir Fraser , Jan Beulich List-Id: xen-devel@lists.xenproject.org Here is V4 of the series. Incorperated all previous feedback, and added IDT entry helper functions to address the present race conditions and IST issues. xen/arch/x86/hvm/svm/svm.c | 12 ++-- xen/arch/x86/x86_64/traps.c | 6 +- xen/include/asm-x86/processor.h | 19 ++++- xen/arch/x86/crash.c | 117 ++++++++++++++++++++++++++++++++++----- xen/arch/x86/machine_kexec.c | 19 ++++++ xen/arch/x86/x86_64/entry.S | 34 +++++++++++ xen/include/asm-x86/desc.h | 42 ++++++++++++++ xen/include/asm-x86/processor.h | 4 + 8 files changed, 224 insertions(+), 29 deletions(-) ~Andrew