aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2016-06-23 13:54:38 +0200
committerMarkus Armbruster <armbru@redhat.com>2017-01-16 09:19:15 +0100
commitcfc84c8b458bf3a64a1478173e132cf29698df22 (patch)
treea7eb38dff3eeeeb2ddc496935324b0ab4b617eed /docs
parent70d5b0c2539543e9ace53984902122fccae7a7de (diff)
qmp-commands: move 'query-memdev' doc to schema
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> [Straightforward conflict with commit e1ff3c6 resolved] Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/qmp-commands.txt30
1 files changed, 0 insertions, 30 deletions
diff --git a/docs/qmp-commands.txt b/docs/qmp-commands.txt
index 5131a3bc89..06b4cbac82 100644
--- a/docs/qmp-commands.txt
+++ b/docs/qmp-commands.txt
@@ -1534,36 +1534,6 @@ Examples:
<- { "return": {} }
-query-memdev
-------------
-
-Show memory devices information.
-
-
-Example (1):
-
--> { "execute": "query-memdev" }
-<- { "return": [
- {
- "size": 536870912,
- "merge": false,
- "dump": true,
- "prealloc": false,
- "host-nodes": [0, 1],
- "policy": "bind"
- },
- {
- "id": "mem1",
- "size": 536870912,
- "merge": false,
- "dump": true,
- "prealloc": true,
- "host-nodes": [2, 3],
- "policy": "preferred"
- }
- ]
- }
-
query-memory-devices
--------------------