]> git.proxmox.com Git - qemu.git/history - cutils.c
target-arm: Support v6 barriers in linux-user mode
[qemu.git] / cutils.c
2011-02-16 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2011-02-10 Chunqiang TangQCOW2: bug fix - read base image beyond its size
2011-02-01 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2011-02-01 Anthony LiguoriMerge remote branch 'spice/spice.v29.pull' into staging
2011-02-01 Anthony LiguoriMerge remote branch 'spice/usb.5' into staging
2011-02-01 Anthony LiguoriMerge remote branch 'amit/for-anthony' into staging
2011-01-31 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-31 Jes Sorensenstrtosz(): Use suffix macros in switch() statement
2011-01-31 Jes Sorensenstrtosz(): Fix name confusion in use of modf()
2011-01-31 Jes Sorensenstrtosz() use qemu_toupper() to simplify switch statement
2011-01-31 Jes Sorensenstrtosz(): use unsigned char and switch to qemu_isspace()
2011-01-24 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2011-01-24 Jes SorensenMake strtosz() return int64_t instead of ssize_t
2010-12-27 Aurelien JarnoMerge branch 'spice.v23.pull' of git://anongit.freedesk...
2010-12-17 Jes SorensenIntroduce strtosz_suffix()
2010-11-16 Anthony LiguoriMerge remote branch 'spice/bugfix.2' into staging
2010-11-03 Jes SorensenIntroduce strtosz() library function to convert a strin...
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-10-05 Anthony LiguoriMerge remote branch 'spice/submit.6' into staging
2010-09-21 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-09-21 Kevin Wolfcutils: qemu_iovec_copy and qemu_iovec_memset
2010-03-17 Paolo Bonzinisplit out qemu-timer.c
2009-09-20 Blue SwirlProbe for fdatasync()
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