commit | 0446919dcab51e7468f346c0a009a88632c5c5e0 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Wed Jun 13 17:15:14 2012 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Jun 15 14:03:43 2012 +0200 |
tree | 92eee34c4d49f042e2071f4cb7a221b284420613 | |
parent | bce283cc5d5319113abd2122611b4c95ae7cca84 [diff] |
qemu-iotests: COW with many AIO requests on the same cluster This one is a bit more interesting. The COW operation isn't performed completely synchronously, and therefore dependencies must be handled correctly when multiple requests write to the same unallocated cluster. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>