From a7b83754aaff4e9dd012730e3060bfd2de9eee86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Thu, 23 Jun 2016 13:04:10 +0200 Subject: qmp-commands: move 'cpu-add' doc to schema MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc-André Lureau Signed-off-by: Markus Armbruster --- docs/qmp-commands.txt | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'docs') 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 ------- -- cgit v1.1