[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 04/30] qmp-commands: move 'inject-nmi' doc to schema
From: |
Marc-André Lureau |
Subject: |
[Qemu-devel] [PATCH 04/30] qmp-commands: move 'inject-nmi' doc to schema |
Date: |
Thu, 22 Sep 2016 13:22:39 +0400 |
Signed-off-by: Marc-André Lureau <address@hidden>
---
docs/qmp-commands.txt | 14 --------------
qapi-schema.json | 7 +++++++
2 files changed, 7 insertions(+), 14 deletions(-)
diff --git a/docs/qmp-commands.txt b/docs/qmp-commands.txt
index 1c3e69f..c4caf9c 100644
--- a/docs/qmp-commands.txt
+++ b/docs/qmp-commands.txt
@@ -193,20 +193,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
-------
diff --git a/qapi-schema.json b/qapi-schema.json
index 0eddc72..e8d6975 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -2233,12 +2233,19 @@
# @inject-nmi:
#
# Injects a Non-Maskable Interrupt into the default CPU (x86/s390) or all CPUs
(ppc64).
+# The command fails when the guest doesn't support injecting.
#
# Returns: If successful, nothing
#
# Since: 0.14.0
#
# Note: prior to 2.1, this command was only supported for x86 and s390 VMs
+#
+# Example:
+#
+# -> { "execute": "inject-nmi" }
+# <- { "return": {} }
+#
##
{ 'command': 'inject-nmi' }
--
2.10.0
- [Qemu-devel] [PATCH 00/30] Move qapi documentation to schema (part 2/5), Marc-André Lureau, 2016/09/22
- [Qemu-devel] [PATCH 01/30] qmp-commands: move 'pmemsave' doc to schema, Marc-André Lureau, 2016/09/22
- [Qemu-devel] [PATCH 02/30] qmp-commands: move 'cont' doc to schema, Marc-André Lureau, 2016/09/22
- [Qemu-devel] [PATCH 03/30] qmp-commands: move 'system_wakeup' doc to schema, Marc-André Lureau, 2016/09/22
- [Qemu-devel] [PATCH 04/30] qmp-commands: move 'inject-nmi' doc to schema,
Marc-André Lureau <=
- [Qemu-devel] [PATCH 05/30] qmp-commands: move 'set_link' doc to schema, Marc-André Lureau, 2016/09/22
- [Qemu-devel] [PATCH 06/30] qmp-commands: move 'balloon' doc to schema, Marc-André Lureau, 2016/09/22
- [Qemu-devel] [PATCH 07/30] qmp-commands: move 'transaction' doc to schema, Marc-André Lureau, 2016/09/22
- [Qemu-devel] [PATCH 08/30] qmp-commands: move 'human-monitor-command' doc to schema, Marc-André Lureau, 2016/09/22
- [Qemu-devel] [PATCH 09/30] qmp-commands: move 'migrate_cancel' doc to schema, Marc-André Lureau, 2016/09/22
- [Qemu-devel] [PATCH 10/30] qmp-commands: move 'migrate_set_downtime' doc to schema, Marc-André Lureau, 2016/09/22
- [Qemu-devel] [PATCH 11/30] qmp-commands: move 'migrate_set_speed' doc to schema, Marc-André Lureau, 2016/09/22
- [Qemu-devel] [PATCH 12/30] qmp-commands: move 'query-migrate-cache-size' doc to schema, Marc-André Lureau, 2016/09/22
- [Qemu-devel] [PATCH 13/30] qmp-commands: move 'set_password' doc to schema, Marc-André Lureau, 2016/09/22
- [Qemu-devel] [PATCH 14/30] qmp-commands: move 'expire_password' doc to schema, Marc-André Lureau, 2016/09/22