commit | 9296b3ed7050cc6e0645fbc3b0aea74406d7eeb2 | [log] [tgz] |
---|---|---|
author | Max Reitz <mreitz@redhat.com> | Tue Sep 03 10:09:54 2013 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Thu Sep 12 10:12:46 2013 +0200 |
tree | 860710d98819ba0aa74d8ba14eb6963673805a88 | |
parent | b6481f376bc65894910dd98db3f299d698817106 [diff] |
qcow2: Implement bdrv_amend_options Implement bdrv_amend_options for compat, size, backing_file, backing_fmt and lazy_refcounts. Downgrading images from compat=1.1 to compat=0.10 is achieved through handling all incompatible flags accordingly, clearing all compatible and autoclear flags and expanding all zero clusters. Signed-off-by: Max Reitz <mreitz@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>