aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2016-06-23 13:04:10 +0200
committerMarkus Armbruster <armbru@redhat.com>2017-01-16 09:15:27 +0100
commita7b83754aaff4e9dd012730e3060bfd2de9eee86 (patch)
treeab30a92c0e7131547da5862653b5ba28ace59d3f /docs
parent04fcbabc45d793b0ec0b38b56e1fa4a9257892e6 (diff)
downloadqemu-a7b83754aaff4e9dd012730e3060bfd2de9eee86.zip
qemu-a7b83754aaff4e9dd012730e3060bfd2de9eee86.tar.gz
qemu-a7b83754aaff4e9dd012730e3060bfd2de9eee86.tar.bz2
qmp-commands: move 'cpu-add' 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 2de1a48..215239f 100644
--- a/docs/qmp-commands.txt
+++ b/docs/qmp-commands.txt
@@ -219,20 +219,6 @@ Example:
Note: CPUs' indexes are obtained with the 'query-cpus' command.
-cpu-add
--------
-
-Adds virtual cpu
-
-Arguments:
-
-- "id": cpu id (json-int)
-
-Example:
-
--> { "execute": "cpu-add", "arguments": { "id": 2 } }
-<- { "return": {} }
-
memsave
-------