]> git.proxmox.com Git - mirror_qemu.git/commitdiff
block: vhdx - set .bdrv_has_zero_init to bdrv_has_zero_init_1
authorJeff Cody <jcody@redhat.com>
Mon, 8 Dec 2014 06:07:45 +0000 (01:07 -0500)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 12 Dec 2014 16:35:35 +0000 (16:35 +0000)
Now that new VHDX images will default to BAT block states of
PAYLOAD_BLOCK_ZERO, we can indicate that VHDX has zero init.

Signed-off-by: Jeff Cody <jcody@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Message-id: 5e582703e36450b9ca939e2e5c9fa3930030f7fe.1418018421.git.jcody@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
block/vhdx.c

index 46d504c96c1cb62f40eebf4468bcb7cacd36a566..06f2b1a0cb19ace6130dfd6505caf1b40172d787 100644 (file)
@@ -1956,6 +1956,7 @@ static BlockDriver bdrv_vhdx = {
     .bdrv_create            = vhdx_create,
     .bdrv_get_info          = vhdx_get_info,
     .bdrv_check             = vhdx_check,
+    .bdrv_has_zero_init     = bdrv_has_zero_init_1,
 
     .create_opts            = &vhdx_create_opts,
 };