]> Git Repo - qemu.git/commit
vdi: Fix .bdrv_has_zero_init()
authorMax Reitz <[email protected]>
Wed, 24 Jul 2019 17:12:35 +0000 (19:12 +0200)
committerMax Reitz <[email protected]>
Mon, 19 Aug 2019 15:13:26 +0000 (17:13 +0200)
commit0a28bf2826ca027f0d993388f118b0bdbfca73a9
tree5a4819543d89ac1af2c7635334a20d9005993902
parent38841dcd27a41e2d8916b7cf4f508a5663f453ff
vdi: Fix .bdrv_has_zero_init()

Static VDI images cannot guarantee to be zero-initialized.  If the image
has been statically allocated, forward the call to the underlying
storage node.

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