aboutsummaryrefslogtreecommitdiffstats
path: root/cutils.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-28add qemu_iovec_init_external (Christoph Hellwig)aliguori1-0/+19
2009-02-05Add qemu_iovec_reset() (Avi Kivity)aliguori1-0/+6
2009-01-26qemu iovec: keep track of total size, allow partial copies (Gerd Hoffman)aliguori1-4/+11
2009-01-22I/O vector helpers (Avi Kivity)aliguori1-0/+47
2008-12-11Rename fls to qemu_flsblueswir11-1/+1
2008-12-04Define fls() in terms of clz32().aliguori1-7/+2
2008-12-04Introduce fls() helperaliguori1-0/+11
2008-11-16Attached patch fixes a series of this warningblueswir11-1/+1
2008-11-08Revert r5532, r5536 and a piece of r5531.balrog1-12/+0
2008-10-25Replace uses of strndup (a GNU extension) with Qemu pstrdupblueswir11-0/+12
2008-06-09Prevent guest reusing host memory allocations.pbrook1-35/+0
2008-04-11Remove osdep.c/qemu-img code duplicationaurel321-0/+35
2007-11-11Split block API from vl.h.pbrook1-1/+1
2007-11-10always use mktimegmbellard1-0/+14
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-2/+2
2007-01-07added cutils.cbellard1-0/+83