• K
    vpc: Round up image size during fixed image creation · ecd880d9
    Kevin Wolf 提交于
    The geometry calculation algorithm from the VHD spec rounds the image
    size down if it doesn't exactly match a geometry. During image
    conversion, this causes the image to be truncated. For dynamic images,
    we already have code in place to round up instead, let's do the same for
    fixed images.
    Signed-off-by: NKevin Wolf <kwolf@redhat.com>
    ecd880d9
vpc.c 22.4 KB