block/null: Expose read-zeroes option in QAPI schema
commit128b05f7e00765d883164631b974a27af5b4b613
authorKevin Wolf <kwolf@redhat.com>
Mon, 17 Jun 2019 11:54:48 +0000 (17 13:54 +0200)
committerKevin Wolf <kwolf@redhat.com>
Tue, 18 Jun 2019 14:41:10 +0000 (18 16:41 +0200)
tree2f767a2e529105d28361da4c375c57e191d6c8d8
parentdc68c9d3e80e605c8ff5165a7e352d6efd9f999d
block/null: Expose read-zeroes option in QAPI schema

Commit cd219eb1e55 added the read-zeroes option for the null-co and
null-aio block driver, but forgot to add them to the QAPI schema.
Therefore, this option wasn't available in -blockdev and blockdev-add
until now.

Add the missing option in the schema to make it available there, too.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
qapi/block-core.json