diff mbox series

[v1,05/16] qapi: fix example of query-dump-guest-memory-capability command

Message ID 20220830161545.84198-6-victortoso@redhat.com
State New
Headers show
Series qapi examples fixes and rfc for another generator | expand

Commit Message

Victor Toso Aug. 30, 2022, 4:15 p.m. UTC
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>
---
 qapi/dump.json | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/qapi/dump.json b/qapi/dump.json
index 90859c5483..22971a9910 100644
--- a/qapi/dump.json
+++ b/qapi/dump.json
@@ -196,6 +196,7 @@ 
 # -> { "execute": "query-dump-guest-memory-capability" }
 # <- { "return": { "formats":
 #                  ["elf", "kdump-zlib", "kdump-lzo", "kdump-snappy"] }
+#    }
 #
 ##
 { 'command': 'query-dump-guest-memory-capability',