mirror of
https://github.com/mii443/qemu.git
synced 2025-08-31 03:19:27 +00:00
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>
This commit is contained in:
committed by
Markus Armbruster
parent
cfc84c8b45
commit
22f9a094f8
@ -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
|
||||
----------------------
|
||||
|
||||
|
Reference in New Issue
Block a user