Skip to content

Commit

Permalink
qapi: fix example of query-dump-guest-memory-capability command
Browse files Browse the repository at this point in the history
Example output is missing closing curly brackets. Fix it.

Problem was noticed when trying to load the example into python's json
library.

Signed-off-by: Victor Toso <victortoso@redhat.com>
Message-Id: <20220901085840.22520-4-victortoso@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
  • Loading branch information
victortoso authored and Markus Armbruster committed Sep 7, 2022
1 parent 5be07b3 commit 612fb7c
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 @@ -195,7 +195,7 @@
#
# -> { "execute": "query-dump-guest-memory-capability" }
# <- { "return": { "formats":
# ["elf", "kdump-zlib", "kdump-lzo", "kdump-snappy"] }
# ["elf", "kdump-zlib", "kdump-lzo", "kdump-snappy"] } }
#
##
{ 'command': 'query-dump-guest-memory-capability',
Expand Down

0 comments on commit 612fb7c

Please sign in to comment.