From: Victor Toso Date: Thu, 31 Mar 2022 19:06:27 +0000 (+0200) Subject: qapi: fix example of query-named-block-nodes command X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=016b835949ac2e3e3333a8d67f9205091d45e4c2;p=qemu.git qapi: fix example of query-named-block-nodes command Example output is missing mandatory member @detect_zeroes. Fix it. Signed-off-by: Victor Toso Message-Id: <20220331190633.121077-4-victortoso@redhat.com> Reviewed-by: Markus Armbruster Signed-off-by: Markus Armbruster --- diff --git a/qapi/block-core.json b/qapi/block-core.json index 4a7a6940a3..beeb91952a 100644 --- a/qapi/block-core.json +++ b/qapi/block-core.json @@ -1776,6 +1776,7 @@ # "file":"disks/test.qcow2", # "node-name": "my-node", # "backing_file_depth":1, +# "detect_zeroes":"off", # "bps":1000000, # "bps_rd":0, # "bps_wr":0,