commit | 256900b16b0264af9e165bceabbf74dcece4ea38 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Fri Mar 02 19:35:58 2012 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Mon Mar 12 15:14:07 2012 +0100 |
tree | 396c9278779d88bc4bb831b3b58780867a69d3ff | |
parent | bf319ece56bc07608bfdf46b8ef5c61b52be83f6 [diff] |
qcow2: Add qcow2_alloc_clusters_at() This function allows to allocate clusters at a given offset in the image file. This is useful if you want to allocate the second part of an area that must be contiguous. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>