linux-user: fix ppc target_stat64 st_blocks layout
[qemu] / cutils.c
2009-09-11 Christoph Hellwigblock: use fdatasync instead of fsync if possible
2009-09-11 Kevin WolfAdd bdrv_aio_multiwrite
2009-07-09 Anthony LiguoriRevert "support colon in filenames"
2009-07-01 Blue SwirlFix missing strnlen problems
2009-06-29 Ram Paisupport colon in filenames
2009-05-13 Paul BrookInclude assert.h from qemu-common.h
2009-03-28 aliguoriadd qemu_iovec_init_external (Christoph Hellwig)
2009-02-05 aliguoriAdd qemu_iovec_reset() (Avi Kivity)
2009-01-26 aliguoriqemu iovec: keep track of total size, allow partial...
2009-01-22 aliguoriI/O vector helpers (Avi Kivity)
2008-12-11 blueswir1Rename fls to qemu_fls
2008-12-04 aliguoriDefine fls() in terms of clz32().
2008-12-04 aliguoriIntroduce fls() helper
2008-11-16 blueswir1Attached patch fixes a series of this warning
2008-11-08 balrogRevert r5532, r5536 and a piece of r5531.
2008-10-25 blueswir1Replace uses of strndup (a GNU extension) with Qemu...
2008-06-09 pbrookPrevent guest reusing host memory allocations.
2008-04-11 aurel32Remove osdep.c/qemu-img code duplication
2007-11-11 pbrookSplit block API from vl.h.
2007-11-10 bellardalways use mktimegm
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-01-07 bellardadded cutils.c