« Previous | Next » 

Revision cc60e327

IDcc60e327c0988a5e5288cf7bb78cd9848db800ab

Added by Kevin Wolf almost 14 years ago

qemu-img rebase: Fix output image corruption

qemu-img rebase must always give clusters in the COW file priority over those
in the backing file. As it failed to use number of non-allocated clusters but
assumed the maximum, it was possible that allocated clusters were taken from
the backing file instead, leading to a corrupted output image.

Signed-off-by: Kevin Wolf <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences