commit | f2feebbd93c251ec0098a9ccf808f7cb1da7f67c | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Wed Apr 14 17:30:35 2010 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Mon May 03 10:07:30 2010 +0200 |
tree | fde14df96e8e8e8ebadde50eb0184183c2e59dc5 | |
parent | 66f82ceed6781261c09e65fb440ca76842fd0500 [diff] |
block: bdrv_has_zero_init This fixes the problem that qemu-img's use of no_zero_init only considered the no_zero_init flag of the format driver, but not of the underlying protocols. Between the raw/file split and this fix, converting to host devices is broken. Signed-off-by: Kevin Wolf <kwolf@redhat.com>