浏览代码

qapi: fix example of dump-guest-memory

Example output lacks mandatory member @paging.  Provide it.

Signed-off-by: Victor Toso <victortoso@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Message-Id: <20220328140604.41484-15-victortoso@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Victor Toso 3 年之前
父节点
当前提交
4375cf9868
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      qapi/dump.json

+ 1 - 1
qapi/dump.json

@@ -83,7 +83,7 @@
 # Example:
 # Example:
 #
 #
 # -> { "execute": "dump-guest-memory",
 # -> { "execute": "dump-guest-memory",
-#      "arguments": { "protocol": "fd:dump" } }
+#      "arguments": { "paging": false, "protocol": "fd:dump" } }
 # <- { "return": {} }
 # <- { "return": {} }
 #
 #
 ##
 ##