aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* qcow2/vdi: Change check to distinguish error casesKevin Wolf2010-07-061-5/+5
* block/vdi: Fix image opening and creation for odd disk sizesStefan Weil2010-05-171-7/+16
* block/vdi: Allow disk images of size 0Stefan Weil2010-05-171-2/+7
* block: Avoid unchecked casts for AIOCBsKevin Wolf2010-05-171-1/+1
* block: Open the underlying image file in generic codeKevin Wolf2010-05-031-20/+9
* block/vdi: allow disk sizes not multiple of block sizeFrançois Revol2010-01-081-2/+5
* Check availability of uuid header / libraryStefan Weil2009-10-041-2/+2
* Fix signedness warnings on OpenSolarisBlue Swirl2009-09-121-4/+4
* block/vdi.c: Fix several bugsStefan Weil2009-08-271-4/+9
* Use pstrcpy to avoid OpenBSD linker warningsBlue Swirl2009-08-151-1/+1
* Add new block driver for the VDI format (only aio supported)Stefan Weil2009-08-101-0/+951