summaryrefslogtreecommitdiff
path: root/cutils.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-16Merge commit '79f2b6fcdb7c06cdce6eccc796f5651f3efb843e' into upstream-mergeMarcelo Tosatti1-0/+31
2011-02-10QCOW2: bug fix - read base image beyond its sizeChunqiang Tang1-0/+31
2011-02-02Merge commit 'f487d6278f75f84378833b8c3a67443346d639dc' into upstream-mergeMarcelo Tosatti1-20/+16
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
2011-01-06Merge commit 'e024e881bb1a8b5085026589360d26ed97acdd64' into upstream-mergeMarcelo Tosatti1-3/+14
2010-12-17Introduce strtosz_suffix()Jes Sorensen1-3/+14
2010-11-14Merge remote branch 'upstream' into upstream-mergeAvi Kivity1-0/+88
2010-11-03Introduce strtosz() library function to convert a string to a byte count.Jes Sorensen1-0/+88
2010-09-23Merge commit '9c9e7d51bf01afdd4902bc9832c4a6ec19f68d0b' into upstream-mergeMarcelo Tosatti1-9/+41
2010-09-21cutils: qemu_iovec_copy and qemu_iovec_memsetKevin Wolf1-9/+41
2010-04-05Merge commit '3af12c86d9db42c826dc9a7577b657543baf7fab' into upstream-mergeMarcelo Tosatti1-0/+18
2010-03-17split out qemu-timer.cPaolo Bonzini1-0/+18
2009-09-21Merge commit '5f6b9e8fd5b9516170e582d9b6c27c98519a8031' into upstream-mergeAvi Kivity1-1/+1
2009-09-20Probe for fdatasync()Blue Swirl1-1/+1
2009-09-14Merge commit '1a621c8dc9e4dcc9d385bdd2c24c5b5dbfd0ebe4' into upstream-mergeMarcelo Tosatti1-0/+41
2009-09-11block: use fdatasync instead of fsync if possibleChristoph Hellwig1-0/+16
2009-09-11Add bdrv_aio_multiwriteKevin Wolf1-0/+25
2009-07-12Revert "support colon in filenames"Avi Kivity1-26/+0
2009-07-09Revert "support colon in filenames"Anthony Liguori1-26/+0
2009-07-05Merge commit '600309b6108484a60be4a84cfe68e6b8d645799c' into upstream-mergeAvi Kivity1-0/+13
2009-07-01Fix missing strnlen problemsBlue Swirl1-0/+13
2009-06-30Merge commit '6c1f42fe83bf9bc14a7a6cc5afd8dad83ee25c74' into upstream-mergeAvi Kivity1-0/+26
2009-06-29support colon in filenamesRam Pai1-0/+26
2009-06-07Flush icache after dma operations for ia64Jes Sorensen1-0/+5
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