mirror of https://github.com/xemu-project/xemu.git
qmp-commands: move 'screendump' 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
f45fd52cef
commit
77b6681ec2
|
@ -72,20 +72,6 @@ Example:
|
||||||
|
|
||||||
Note: The "force" argument defaults to false.
|
Note: The "force" argument defaults to false.
|
||||||
|
|
||||||
screendump
|
|
||||||
----------
|
|
||||||
|
|
||||||
Save screen into PPM image.
|
|
||||||
|
|
||||||
Arguments:
|
|
||||||
|
|
||||||
- "filename": file path (json-string)
|
|
||||||
|
|
||||||
Example:
|
|
||||||
|
|
||||||
-> { "execute": "screendump", "arguments": { "filename": "/tmp/image" } }
|
|
||||||
<- { "return": {} }
|
|
||||||
|
|
||||||
device_add
|
device_add
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
|
|
@ -4608,6 +4608,13 @@
|
||||||
# Returns: Nothing on success
|
# Returns: Nothing on success
|
||||||
#
|
#
|
||||||
# Since: 0.14.0
|
# Since: 0.14.0
|
||||||
|
#
|
||||||
|
# Example:
|
||||||
|
#
|
||||||
|
# -> { "execute": "screendump",
|
||||||
|
# "arguments": { "filename": "/tmp/image" } }
|
||||||
|
# <- { "return": {} }
|
||||||
|
#
|
||||||
##
|
##
|
||||||
{ 'command': 'screendump', 'data': {'filename': 'str'} }
|
{ 'command': 'screendump', 'data': {'filename': 'str'} }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue