aboutsummaryrefslogtreecommitdiff
path: root/coroutine-ucontext.c
diff options
context:
space:
mode:
authorKevin Wolf <kwolf@redhat.com>2015-03-03 11:41:53 +0100
committerMax Reitz <mreitz@redhat.com>2015-03-16 12:10:30 -0400
commit0444dceee48fed54e8334428fa57f9ff997736e8 (patch)
treeb02486a988830a5bdf98e3376a88c66ba37a3340 /coroutine-ucontext.c
parent2ec711dcd45effc8d583dee6ff92d94573aad75b (diff)
vpc: Ignore geometry for large images
The CHS calculation as done per the VHD spec imposes a maximum image size of ~127 GB. Real VHD images exist that are larger than that. Apparently there are two separate non-standard ways to achieve this: You could use more heads than the spec does - this is the option that qemu-img create chooses. However, other images exist where the geometry is set to the maximum (65535/16/255), but the actual image size is larger. Until now, such images are truncated at 127 GB when opening them with qemu. This patch changes the vpc driver to ignore geometry in this case and only trust the size field in the header. Signed-off-by: Kevin Wolf <kwolf@redhat.com> [PL: Fixed maximum geometry in the commit msg] Signed-off-by: Peter Lieven <pl@kamp.de> Message-id: 1425379316-19639-3-git-send-email-pl@kamp.de Reviewed-by: Max Reitz <mreitz@redhat.com> Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'coroutine-ucontext.c')
0 files changed, 0 insertions, 0 deletions