From: Victor Toso Date: Thu, 1 Sep 2022 08:58:33 +0000 (+0200) Subject: qapi: fix example of query-dump-guest-memory-capability command X-Git-Tag: qemu-xen-4.18.0-rc5~535^2~7 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=612fb7cd5492f7f421cbcbb6d6118ca7eef62c91;p=qemu-xen.git 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 Message-Id: <20220901085840.22520-4-victortoso@redhat.com> Signed-off-by: Markus Armbruster --- diff --git a/qapi/dump.json b/qapi/dump.json index 90859c5483..6fc215dd47 100644 --- a/qapi/dump.json +++ b/qapi/dump.json @@ -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',