summaryrefslogtreecommitdiff
path: root/cutils.c
AgeCommit message (Expand)AuthorFilesLines
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