Browse Source

qapi: fix example of query-dump-guest-memory-capability command

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>
Victor Toso 3 years ago
parent
commit
612fb7cd54
1 changed files with 1 additions and 1 deletions
  1. 1 1
      qapi/dump.json

+ 1 - 1
qapi/dump.json

@@ -195,7 +195,7 @@
 #
 #
 # -> { "execute": "query-dump-guest-memory-capability" }
 # -> { "execute": "query-dump-guest-memory-capability" }
 # <- { "return": { "formats":
 # <- { "return": { "formats":
-#                  ["elf", "kdump-zlib", "kdump-lzo", "kdump-snappy"] }
+#                  ["elf", "kdump-zlib", "kdump-lzo", "kdump-snappy"] } }
 #
 #
 ##
 ##
 { 'command': 'query-dump-guest-memory-capability',
 { 'command': 'query-dump-guest-memory-capability',