summaryrefslogtreecommitdiffstats
path: root/block-qcow2.c
Commit message (Expand)AuthorAgeFilesLines
* Split block API from vl.h.pbrook2007-11-111-1/+1
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-34/+34
* vmdk compatibility level 6 images, by Soren Hansen.ths2007-09-161-1/+1
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-129/+129
* Qcow2: Release refcount table clusters after growing the refcount table,ths2007-04-021-0/+5
* Qcow2 corruption fix, by Juergen Keil.ths2007-04-011-0/+1
* Dynamically allocate AIO Completion Blocks.pbrook2006-08-071-130/+112Star
* handle read outside the backing filebellard2006-08-061-9/+33
* fixed disk image creationbellard2006-08-061-5/+9
* new qcow2 disk image formatbellard2006-08-051-0/+2236