Am 10.05.2010 21:46, schrieb Stefan Weil: > The VHD algorithm calculates a disk geometry > which is usually smaller than the requested size. > > QEMU tried to round up but failed for certain sizes: > > qemu-img create -f vpc disk.vpc 9437184 > would create an image with 9435136 bytes > (which is too small for qemu-img convert). > > Instead of hacking the geometry algorithm, the patch > increases the number of sectors until we get enough > sectors. > > Cc: Kevin Wolf <kw...@redhat.com> > Signed-off-by: Stefan Weil <w...@mail.berlios.de>
Thanks, applied to the block branch. Kevin