commit | 87a1b3e381c282b143023c411df284175f0b656b | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Wed Dec 07 12:42:10 2011 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Thu Dec 15 12:40:08 2011 +0100 |
tree | 6d745436e5ddb479ac315ccceac8803c4a7e35f9 | |
parent | b9c532903fa528891c0eceb34ea40a0c47bfb5db [diff] |
qemu-img rebase: Fix for undersized backing files Backing files may be smaller than the corresponding COW file. When reading directly from the backing file, qemu-img rebase must consider this and assume zero sectors after the end of backing files. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>