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>
This commit is contained in:
Marc-André Lureau 2016-06-23 13:08:44 +02:00 committed by Markus Armbruster
parent 253cdee148
commit 149ea099cd
2 changed files with 7 additions and 14 deletions

View file

@ -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
-------