mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-09-09 08:17:53 -06:00
qapi: fix example of query-named-block-nodes command
Example output is missing mandatory member @detect_zeroes. Fix it. Signed-off-by: Victor Toso <victortoso@redhat.com> Message-Id: <20220331190633.121077-4-victortoso@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
227a762bef
commit
016b835949
1 changed files with 1 additions and 0 deletions
|
@ -1776,6 +1776,7 @@
|
||||||
# "file":"disks/test.qcow2",
|
# "file":"disks/test.qcow2",
|
||||||
# "node-name": "my-node",
|
# "node-name": "my-node",
|
||||||
# "backing_file_depth":1,
|
# "backing_file_depth":1,
|
||||||
|
# "detect_zeroes":"off",
|
||||||
# "bps":1000000,
|
# "bps":1000000,
|
||||||
# "bps_rd":0,
|
# "bps_rd":0,
|
||||||
# "bps_wr":0,
|
# "bps_wr":0,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue