mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
qmp-commands: move 'dump-skeys' 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:
parent
2ccb980333
commit
ee332b5125
2 changed files with 7 additions and 14 deletions
|
@ -205,20 +205,6 @@ Example:
|
|||
<- { "return": { "status": "active", "completed": 1024000,
|
||||
"total": 2048000 } }
|
||||
|
||||
dump-skeys
|
||||
----------
|
||||
|
||||
Save guest storage keys to file.
|
||||
|
||||
Arguments:
|
||||
|
||||
- "filename": file path (json-string)
|
||||
|
||||
Example:
|
||||
|
||||
-> { "execute": "dump-skeys", "arguments": { "filename": "/tmp/skeys" } }
|
||||
<- { "return": {} }
|
||||
|
||||
netdev_add
|
||||
----------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue