Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-28 | qcow2: Improve check for overlapping allocations | Kevin Wolf | |
The old code detected an overlapping allocation even when the allocations didn't actually overlap, but were only adjacent. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> | |||
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> |