From: Alexey Kardashevskiy <aik@ozlabs.ru>
To: qemu-devel@nongnu.org
Cc: Alexey Kardashevskiy <aik@ozlabs.ru>,
Peter Maydell <peter.maydell@linaro.org>,
qemu-ppc@nongnu.org, Alexander Graf <agraf@suse.de>,
Paolo Bonzini <pbonzini@redhat.com>
Subject: [Qemu-devel] [PATCH v4 0/4] cpus: Add generic "nmi" monitor command support
Date: Thu, 5 Jun 2014 00:25:57 +1000 [thread overview]
Message-ID: <1401891961-17292-1-git-send-email-aik@ozlabs.ru> (raw)
This adds an "nmi" monitor command handler per CPUs.
x86, s390 and ppc CPUS are supported.
Please comment. Thanks.
Changes:
v4:
* now it is not nmi() but nmi_monitor_handler() to avoid confusion
v3:
* patches reorganized
* comments from v2 addressed, more details are in individual commit logs
v2:
* moved from machine interface to CPUClass callback
* s390 and x86 moved to target-s390/target-i386
* x86 handler delivers to the current CPU only now
Alexey Kardashevskiy (4):
cpus: Define callback for QEMU "nmi" command
target-s390x: Migrate to new nmi_monitor_handler() CPU callback
target-i386: Migrate to new nmi_monitor_handler() CPU callback
target-ppc: Add support for new nmi_monitor_handler() CPU callback
cpus.c | 33 +++++++--------------------------
hmp-commands.hx | 6 ++----
include/qom/cpu.h | 1 +
qapi-schema.json | 4 +---
qmp-commands.hx | 3 +--
target-i386/cpu.c | 16 ++++++++++++++++
target-ppc/cpu-qom.h | 1 +
target-ppc/excp_helper.c | 8 ++++++++
target-ppc/translate_init.c | 17 +++++++++++++++++
target-s390x/cpu.c | 6 ++++++
10 files changed, 60 insertions(+), 35 deletions(-)
--
2.0.0
next reply other threads:[~2014-06-04 14:26 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-04 14:25 Alexey Kardashevskiy [this message]
2014-06-04 14:25 ` [Qemu-devel] [PATCH v4 1/4] cpus: Define callback for QEMU "nmi" command Alexey Kardashevskiy
2014-06-04 18:10 ` Eric Blake
2014-06-04 23:36 ` Alexey Kardashevskiy
2014-06-05 9:54 ` Peter Maydell
2014-06-04 14:25 ` [Qemu-devel] [PATCH v4 2/4] target-s390x: Migrate to new nmi_monitor_handler() CPU callback Alexey Kardashevskiy
2014-06-04 14:37 ` Cornelia Huck
2014-06-04 14:26 ` [Qemu-devel] [PATCH v4 3/4] target-i386: " Alexey Kardashevskiy
2014-06-04 14:26 ` [Qemu-devel] [PATCH v4 4/4] target-ppc: Add support for " Alexey Kardashevskiy
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=1401891961-17292-1-git-send-email-aik@ozlabs.ru \
--to=aik@ozlabs.ru \
--cc=agraf@suse.de \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@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).