diff options
-rw-r--r-- | block/vhdx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/block/vhdx.c b/block/vhdx.c index 46d504c96c..06f2b1a0cb 100644 --- a/block/vhdx.c +++ b/block/vhdx.c @@ -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, }; |