]> Git Repo - qemu.git/commit
vhdx: Fix .bdrv_has_zero_init()
authorMax Reitz <[email protected]>
Wed, 24 Jul 2019 17:12:36 +0000 (19:12 +0200)
committerMax Reitz <[email protected]>
Mon, 19 Aug 2019 15:13:26 +0000 (17:13 +0200)
commit9956688a8f05ddafb36b9d50d1ff7fbf67464275
tree5d87f7d07a8f8e66d631159a6d320d16b47d9f7a
parent0a28bf2826ca027f0d993388f118b0bdbfca73a9
vhdx: Fix .bdrv_has_zero_init()

Fixed VHDX images cannot guarantee to be zero-initialized.  If the image
has the "fixed" subformat, forward the call to the underlying storage
node.

Reported-by: Stefano Garzarella <[email protected]>
Signed-off-by: Max Reitz <[email protected]>
Message-id: 20190724171239[email protected]
Reviewed-by: Maxim Levitsky <[email protected]>
Signed-off-by: Max Reitz <[email protected]>
block/vhdx.c
This page took 0.025228 seconds and 4 git commands to generate.