]> Git Repo - qemu.git/commit - block/vhdx.c
vhdx: Require power-of-two block size on create
authorKevin Wolf <[email protected]>
Tue, 20 Mar 2018 17:09:15 +0000 (18:09 +0100)
committerKevin Wolf <[email protected]>
Mon, 26 Mar 2018 10:17:43 +0000 (12:17 +0200)
commitb412f49407e81dd6cdd9aaf5310895e579ed21d6
tree5f676a8625d7953ba50dd3f68e6ad3cda531ac15
parente8f6ea6fb6c1fd9a778abebc66806203f2bf667b
vhdx: Require power-of-two block size on create

Images with a non-power-of-two block size are invalid and cannot be
opened. Reject such block sizes when creating an image.

Signed-off-by: Kevin Wolf <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Reviewed-by: Jeff Cody <[email protected]>
block/vhdx.c
This page took 0.024851 seconds and 4 git commands to generate.