Skip to content

Commit

Permalink
qapi: fix example of dump-guest-memory
Browse files Browse the repository at this point in the history
Example output lacks mandatory member @paging.  Provide it.

Signed-off-by: Victor Toso <[email protected]>
Reviewed-by: John Snow <[email protected]>
Message-Id: <[email protected]>
Reviewed-by: Markus Armbruster <[email protected]>
Signed-off-by: Markus Armbruster <[email protected]>
  • Loading branch information
victortoso authored and Markus Armbruster committed Mar 31, 2022
1 parent 69bd6cb commit 4375cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qapi/dump.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
# Example:
#
# -> { "execute": "dump-guest-memory",
# "arguments": { "protocol": "fd:dump" } }
# "arguments": { "paging": false, "protocol": "fd:dump" } }
# <- { "return": {} }
#
##
Expand Down

0 comments on commit 4375cf9

Please sign in to comment.