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 <victort...@redhat.com> --- qapi/dump.json | 1 + 1 file changed, 1 insertion(+) 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', -- 2.37.2