aboutsummaryrefslogtreecommitdiffstats
path: root/block/vdi.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-8/+8
2011-06-15vdi: Avoid direct AIO callbackKevin Wolf1-5/+36
2011-06-08qemu-img create: Fix displayed default cluster sizeKevin Wolf1-2/+4
2011-04-03Fix trivial "endianness bugs"Stefan Weil1-2/+2
2011-03-15block/vdi: Don't ignore immediate read/write failuresStefan Weil1-0/+5
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