Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-15 | qemu-iotests: COW with many AIO requests on the same cluster | Kevin Wolf | |
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> |