diff options
author | Marc-André Lureau | 2016-06-23 13:55:05 +0200 |
---|---|---|
committer | Markus Armbruster | 2017-01-16 09:19:45 +0100 |
commit | 22f9a094f854d8bfc19b47d2eef68328e7b89b5c (patch) | |
tree | a5e43375d505b64e26645d118d463ba050e16359 /docs | |
parent | qmp-commands: move 'query-memdev' doc to schema (diff) | |
download | qemu-22f9a094f854d8bfc19b47d2eef68328e7b89b5c.tar.gz qemu-22f9a094f854d8bfc19b47d2eef68328e7b89b5c.tar.xz qemu-22f9a094f854d8bfc19b47d2eef68328e7b89b5c.zip |
qmp-commands: move 'query-memory-devices' 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.txt | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/docs/qmp-commands.txt b/docs/qmp-commands.txt index 06b4cbac82..1e34523892 100644 --- a/docs/qmp-commands.txt +++ b/docs/qmp-commands.txt @@ -1534,25 +1534,6 @@ Examples: <- { "return": {} } -query-memory-devices --------------------- - -Return a list of memory devices. - -Example: --> { "execute": "query-memory-devices" } -<- { "return": [ { "data": - { "addr": 5368709120, - "hotpluggable": true, - "hotplugged": true, - "id": "d1", - "memdev": "/objects/memX", - "node": 0, - "size": 1073741824, - "slot": 0}, - "type": "dimm" - } ] } - query-acpi-ospm-status ---------------------- |