summaryrefslogtreecommitdiff
path: root/block/vdi.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-17block/vdi: Allow disk images of size 0Stefan Weil1-2/+7
2010-05-17block: Avoid unchecked casts for AIOCBsKevin Wolf1-1/+1
2010-05-03block: Open the underlying image file in generic codeKevin Wolf1-20/+9
2010-01-08block/vdi: allow disk sizes not multiple of block sizeFrançois Revol1-2/+5
2009-10-04Check availability of uuid header / libraryStefan Weil1-2/+2
2009-09-12Fix signedness warnings on OpenSolarisBlue Swirl1-4/+4
2009-08-27block/vdi.c: Fix several bugsStefan Weil1-4/+9
2009-08-15Use pstrcpy to avoid OpenBSD linker warningsBlue Swirl1-1/+1
2009-08-10Add new block driver for the VDI format (only aio supported)Stefan Weil1-0/+951