commit | 692e01a27ccde4120f1371227d4011f668d67a76 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Mon Sep 12 21:00:41 2016 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Thu Sep 29 14:13:39 2016 +0200 |
tree | 32ef526625045cb846dfd87d29bec729d266a9b3 | |
parent | 0a4279d97c501254f6164b8abcd89055a11e2dc5 [diff] |
block: Parse 'detect-zeroes' in bdrv_open_common() Amongst others, this means that you can now use the 'detect-zeroes' option for non-top-level nodes in blockdev-add, like the QAPI schema promises. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com>