aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2016-06-23 13:08:44 +0200
committerMarkus Armbruster <armbru@redhat.com>2017-01-16 09:15:27 +0100
commit149ea099cdee4857f9af7125682f7dadf23c8ac8 (patch)
tree0f5a2fca25efa4aaa5450084cf6786a2e258c9af /docs
parent253cdee14864806d1aaa397ece3fddbcbdcc1734 (diff)
downloadqemu-149ea099cdee4857f9af7125682f7dadf23c8ac8.zip
qemu-149ea099cdee4857f9af7125682f7dadf23c8ac8.tar.gz
qemu-149ea099cdee4857f9af7125682f7dadf23c8ac8.tar.bz2
qmp-commands: move 'inject-nmi' doc to schema
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/qmp-commands.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/qmp-commands.txt b/docs/qmp-commands.txt
index 2361e84..ba4fd1c 100644
--- a/docs/qmp-commands.txt
+++ b/docs/qmp-commands.txt
@@ -195,20 +195,6 @@ Example:
Note: CPUs' indexes are obtained with the 'query-cpus' command.
-inject-nmi
-----------
-
-Inject an NMI on the default CPU (x86/s390) or all CPUs (ppc64).
-
-Arguments: None.
-
-Example:
-
--> { "execute": "inject-nmi" }
-<- { "return": {} }
-
-Note: inject-nmi fails when the guest doesn't support injecting.
-
xen-save-devices-state
-------