aboutsummaryrefslogtreecommitdiffstats
path: root/block-cloop.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-07Use C99 initializers for BlockDriver methodsaurel321-7/+6
2009-02-05block: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-6/+3
2008-12-13Remove unnecessary trailing newlinesblueswir11-2/+0
2007-11-11Split block API from vl.h.pbrook1-1/+1
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-2/+2
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-8/+8
2006-08-01async file I/O APIbellard1-3/+3
2006-02-01use uint8_t instead of charbellard1-4/+4
2004-12-12.dmg disk image format support (Johannes Schindelin)bellard1-1/+3
2004-09-29cloop driver (Johannes Schindelin)bellard1-0/+167