summary refs log tree commit diff stats
path: root/docs/qmp-commands.txt
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2016-06-23 13:41:46 +0200
committerMarkus Armbruster <armbru@redhat.com>2017-01-16 09:15:30 +0100
commit77b6681ec224af6047a4ba76d7558c150a205718 (patch)
tree6bfbd04c9b40df2f0b20a1aa0160c3aa179c7330 /docs/qmp-commands.txt
parentf45fd52cefaf84fab166dd9d25d12b87813f4882 (diff)
downloadfocaccia-qemu-77b6681ec224af6047a4ba76d7558c150a205718.tar.gz
focaccia-qemu-77b6681ec224af6047a4ba76d7558c150a205718.zip
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>
Diffstat (limited to 'docs/qmp-commands.txt')
-rw-r--r--docs/qmp-commands.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/qmp-commands.txt b/docs/qmp-commands.txt
index 38ccf8405b..4201b50279 100644
--- a/docs/qmp-commands.txt
+++ b/docs/qmp-commands.txt
@@ -72,20 +72,6 @@ Example:
 
 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
 ----------