From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57752) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b4lGq-0008EW-61 for qemu-devel@nongnu.org; Mon, 23 May 2016 04:31:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b4lGk-0003pl-3j for qemu-devel@nongnu.org; Mon, 23 May 2016 04:31:27 -0400 Received: from mail-wm0-x22c.google.com ([2a00:1450:400c:c09::22c]:38657) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b4lGj-0003pO-T9 for qemu-devel@nongnu.org; Mon, 23 May 2016 04:31:22 -0400 Received: by mail-wm0-x22c.google.com with SMTP id n129so61960547wmn.1 for ; Mon, 23 May 2016 01:31:21 -0700 (PDT) Sender: Paolo Bonzini References: <1463761717-26558-1-git-send-email-bsd@redhat.com> From: Paolo Bonzini Message-ID: Date: Mon, 23 May 2016 10:31:05 +0200 MIME-Version: 1.0 In-Reply-To: <1463761717-26558-1-git-send-email-bsd@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/3] Minor nmi cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bandan Das , qemu-devel@nongnu.org Cc: aik@ozlabs.ru On 20/05/2016 18:28, Bandan Das wrote: > 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(-) > Thanks, queued. Paolo