aboutsummaryrefslogtreecommitdiffstats
path: root/cutils.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-25Fix up some style nits of last uq/master mergeJan Kiszka1-1/+1
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-3/+3
2011-08-05qemu: Add strtosz_suffix_unit functionJoerg Roedel1-5/+11
2011-02-10QCOW2: bug fix - read base image beyond its sizeChunqiang Tang1-0/+31
2011-01-31strtosz(): Use suffix macros in switch() statementJes Sorensen1-5/+5
2011-01-31strtosz(): Fix name confusion in use of modf()Jes Sorensen1-2/+2
2011-01-31strtosz() use qemu_toupper() to simplify switch statementJes Sorensen1-6/+1
2011-01-31strtosz(): use unsigned char and switch to qemu_isspace()Jes Sorensen1-3/+4
2011-01-24Make strtosz() return int64_t instead of ssize_tJes Sorensen1-4/+4
2010-12-17Introduce strtosz_suffix()Jes Sorensen1-3/+14
2010-11-03Introduce strtosz() library function to convert a string to a byte count.Jes Sorensen1-0/+88
2010-09-21cutils: qemu_iovec_copy and qemu_iovec_memsetKevin Wolf1-9/+41
2010-03-17split out qemu-timer.cPaolo Bonzini1-0/+18
2009-09-20Probe for fdatasync()Blue Swirl1-1/+1
2009-09-11block: use fdatasync instead of fsync if possibleChristoph Hellwig1-0/+16
2009-09-11Add bdrv_aio_multiwriteKevin Wolf1-0/+25
2009-07-09Revert "support colon in filenames"Anthony Liguori1-26/+0
2009-07-01Fix missing strnlen problemsBlue Swirl1-0/+13
2009-06-29support colon in filenamesRam Pai1-0/+26
2009-05-13Include assert.h from qemu-common.hPaul Brook1-1/+0
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