aboutsummaryrefslogtreecommitdiff
path: root/cutils.c
AgeCommit message (Expand)Author
2009-09-20Probe for fdatasync()Blue Swirl
2009-09-11block: use fdatasync instead of fsync if possibleChristoph Hellwig
2009-09-11Add bdrv_aio_multiwriteKevin Wolf
2009-07-09Revert "support colon in filenames"Anthony Liguori
2009-07-01Fix missing strnlen problemsBlue Swirl
2009-06-29support colon in filenamesRam Pai
2009-05-13Include assert.h from qemu-common.hPaul Brook
2009-03-28add qemu_iovec_init_external (Christoph Hellwig)aliguori
2009-02-05Add qemu_iovec_reset() (Avi Kivity)aliguori
2009-01-26qemu iovec: keep track of total size, allow partial copies (Gerd Hoffman)aliguori
2009-01-22I/O vector helpers (Avi Kivity)aliguori
2008-12-11Rename fls to qemu_flsblueswir1
2008-12-04Define fls() in terms of clz32().aliguori
2008-12-04Introduce fls() helperaliguori
2008-11-16Attached patch fixes a series of this warningblueswir1
2008-11-08Revert r5532, r5536 and a piece of r5531.balrog
2008-10-25Replace uses of strndup (a GNU extension) with Qemu pstrdupblueswir1
2008-06-09Prevent guest reusing host memory allocations.pbrook
2008-04-11Remove osdep.c/qemu-img code duplicationaurel32
2007-11-11Split block API from vl.h.pbrook
2007-11-10always use mktimegmbellard
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-01-07added cutils.cbellard