diff options
Diffstat (limited to 'docs/qmp-commands.txt')
-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 ---------------------- |