From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40047) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3WEH-0001YK-6X for qemu-devel@nongnu.org; Thu, 19 May 2016 18:15:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b3WEB-0007AU-36 for qemu-devel@nongnu.org; Thu, 19 May 2016 18:15:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37330) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3WEA-0007AN-T7 for qemu-devel@nongnu.org; Thu, 19 May 2016 18:15:34 -0400 From: Bandan Das Date: Thu, 19 May 2016 18:15:12 -0400 Message-Id: <1463696116-31631-1-git-send-email-bsd@redhat.com> Subject: [Qemu-devel] [PATCH 0/4] 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 The primary change is a arch specific x86 nmi function which can be called by the core nmi handler. Bandan Das (4): target-i386: add a generic x86 nmi handler nmi: remove x86 specific nmi handling nmi: add errp function parameter to inject_nmi() cpus: call the core nmi injection function cpus.c | 16 +--------------- hw/core/nmi.c | 23 ++--------------------- hw/i386/pc.c | 20 ++++++++++++++++++++ hw/watchdog/watchdog.c | 2 +- include/hw/nmi.h | 2 +- 5 files changed, 25 insertions(+), 38 deletions(-) -- 2.5.5