mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
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>
This commit is contained in:
parent
70d5b0c253
commit
cfc84c8b45
2 changed files with 25 additions and 30 deletions
|
@ -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
|
||||
--------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue