From: Bandan Das <bsd@redhat.com>
To: qemu-devel@nongnu.org
Cc: pbonzini@redhat.com, aik@ozlabs.ru
Subject: [Qemu-devel] [PATCH v2 0/3] Minor nmi cleanups
Date: Fri, 20 May 2016 12:28:34 -0400 [thread overview]
Message-ID: <1463761717-26558-1-git-send-email-bsd@redhat.com> (raw)
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
next reply other threads:[~2016-05-20 16:28 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-20 16:28 Bandan Das [this message]
2016-05-20 16:28 ` [Qemu-devel] [PATCH v2 1/3] target-i386: add a generic x86 nmi handler Bandan Das
2016-05-20 16:28 ` [Qemu-devel] [PATCH v2 2/3] nmi: remove x86 specific nmi handling Bandan Das
2016-05-20 16:28 ` [Qemu-devel] [PATCH v2 3/3] cpus: call the core nmi injection function Bandan Das
2016-05-23 8:31 ` [Qemu-devel] [PATCH v2 0/3] Minor nmi cleanups Paolo Bonzini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1463761717-26558-1-git-send-email-bsd@redhat.com \
--to=bsd@redhat.com \
--cc=aik@ozlabs.ru \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).