commit | 1755da16e32c15b22a521e8a38539e4b5cf367f3 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Thu Oct 18 16:49:18 2012 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Wed Oct 24 10:26:19 2012 +0200 |
tree | 5990c65a246cb189f0f44b2a7452e409fa646f56 | |
parent | 9156df12a4f3b3db63d1b292d081d814f02e311a [diff] |
block: introduce new dirty bitmap functionality Assert that write_compressed is never used with the dirty bitmap. Setting the bits early is wrong, because a coroutine might concurrently examine them and copy incomplete data from the source. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>