summaryrefslogtreecommitdiff
path: root/block/vdi.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-07block/vdi: Fix wrong size in conditionally used memset, memcmpStefan Weil1-2/+2
2010-11-24block: Remove unused s->hd in various driversKevin Wolf1-1/+0
2010-11-04block: Allow bdrv_flush to return errorsKevin Wolf1-2/+2
2010-07-06qcow2/vdi: Change check to distinguish error casesKevin Wolf1-5/+5
2010-05-17block/vdi: Fix image opening and creation for odd disk sizesStefan Weil1-7/+16
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