commit | 3a389e7926750cba5c83f662b1941888b2bebc04 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Tue May 08 16:51:42 2012 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Thu May 10 10:32:12 2012 +0200 |
tree | ccb80705b331227179348ff7337a26d4473f08bc | |
parent | e023b2e244ddcc25308309d20c6bfd037897b10c [diff] |
block: another bdrv_append fix bdrv_append must also copy open_flags to the top, because the snapshot has BDRV_O_NO_BACKING set. This causes interesting results if you later use drive-reopen (not upstream) to reopen the image, and lose the backing file in the process. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>