From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40731) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3nID-0004jM-VO for qemu-devel@nongnu.org; Fri, 20 May 2016 12:28:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b3nI9-0001v4-PC for qemu-devel@nongnu.org; Fri, 20 May 2016 12:28:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59875) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3nI9-0001uw-Jv for qemu-devel@nongnu.org; Fri, 20 May 2016 12:28:49 -0400 From: Bandan Das Date: Fri, 20 May 2016 12:28:34 -0400 Message-Id: <1463761717-26558-1-git-send-email-bsd@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/3] Minor nmi cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com, aik@ozlabs.ru v2: 2/4: Remove inject_nmi and call nmi_monitor_handle() directly 3/4: rm -rf 4/4: Call nmi_monitor_handle and pass cpu index The primary change is a arch specific x86 nmi function which can be called by the core nmi handler. Bandan Das (3): target-i386: add a generic x86 nmi handler nmi: remove x86 specific nmi handling cpus: call the core nmi injection function cpus.c | 14 -------------- hw/core/nmi.c | 24 ------------------------ hw/i386/pc.c | 20 ++++++++++++++++++++ hw/watchdog/watchdog.c | 2 +- include/hw/nmi.h | 1 - 5 files changed, 21 insertions(+), 40 deletions(-) -- 2.5.5