commit | 65bd155c7356d448ffee7f89149c4d473076b0ba | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Thu Aug 16 10:39:33 2012 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Aug 17 13:27:02 2012 +0200 |
tree | a9cb031d47c4179244cc06f6c476c7ba1d919b4f | |
parent | 7a736bfa4e0a58087054cad68a1d4b3804bbb708 [diff] |
vmdk: Read footer for streamOptimized images The footer takes precedence over the header when it exists. It contains the real grain directory offset that is missing in the header. Without this patch, streamOptimized images with a footer cannot be read. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> Reviewed-by: Jeff Cody <jcody@redhat.com>