projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
add1d10
)
qmp-commands: remove qmp_capabilities from txt
author
Marc-André Lureau
<marcandre.lureau@redhat.com>
Sun, 25 Sep 2016 09:08:07 +0000
(13:08 +0400)
committer
Markus Armbruster
<armbru@redhat.com>
Mon, 16 Jan 2017 08:19:48 +0000
(09:19 +0100)
It's better described in the schema already.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
docs/qmp-commands.txt
patch
|
blob
|
history
diff --git
a/docs/qmp-commands.txt
b/docs/qmp-commands.txt
index 3613cbfa5beb636819c21420cd3048d2aa3d3a90..b51d5b32ecc332e1290477a86b8a26a58ebbae98 100644
(file)
--- a/
docs/qmp-commands.txt
+++ b/
docs/qmp-commands.txt
@@
-93,17
+93,3
@@
Example:
<- { "return": {} }
Note: CPUs' indexes are obtained with the 'query-cpus' command.
-
-qmp_capabilities
-----------------
-
-Enable QMP capabilities.
-
-Arguments: None.
-
-Example:
-
--> { "execute": "qmp_capabilities" }
-<- { "return": {} }
-
-Note: This command must be issued before issuing any other command.