summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cutils: extract buffer_is_zero() from qemu-img.cStefan Hajnoczi2012-02-091-0/+35
* sheepdog: move coroutine send/recv function to generic codePaolo Bonzini2011-12-221-0/+111
* qiov: prevent double free or use-after-freePaolo Bonzini2011-12-151-0/+3
* cutils: Make strtosz & friends leave follow set to callersMarkus Armbruster2011-11-281-44/+26
* cutils: Drop broken support for zero strtosz default_suffixMarkus Armbruster2011-11-281-13/+4
* Move filedescriptor parsing code from net.c into qemu_parse_fd()Stefan Berger2011-11-011-0/+12
* Fix up some style nits of last uq/master mergeJan Kiszka2011-08-251-1/+1
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-3/+3
* qemu: Add strtosz_suffix_unit functionJoerg Roedel2011-08-051-5/+11
* QCOW2: bug fix - read base image beyond its sizeChunqiang Tang2011-02-101-0/+31
* strtosz(): Use suffix macros in switch() statementJes Sorensen2011-01-311-5/+5
* strtosz(): Fix name confusion in use of modf()Jes Sorensen2011-01-311-2/+2
* strtosz() use qemu_toupper() to simplify switch statementJes Sorensen2011-01-311-6/+1
* strtosz(): use unsigned char and switch to qemu_isspace()Jes Sorensen2011-01-311-3/+4
* Make strtosz() return int64_t instead of ssize_tJes Sorensen2011-01-241-4/+4
* Introduce strtosz_suffix()Jes Sorensen2010-12-171-3/+14
* Introduce strtosz() library function to convert a string to a byte count.Jes Sorensen2010-11-031-0/+88
* cutils: qemu_iovec_copy and qemu_iovec_memsetKevin Wolf2010-09-211-9/+41
* split out qemu-timer.cPaolo Bonzini2010-03-171-0/+18
* Probe for fdatasync()Blue Swirl2009-09-201-1/+1
* block: use fdatasync instead of fsync if possibleChristoph Hellwig2009-09-111-0/+16
* Add bdrv_aio_multiwriteKevin Wolf2009-09-111-0/+25
* Revert "support colon in filenames"Anthony Liguori2009-07-091-26/+0
* Fix missing strnlen problemsBlue Swirl2009-07-011-0/+13
* support colon in filenamesRam Pai2009-06-291-0/+26
* Include assert.h from qemu-common.hPaul Brook2009-05-131-1/+0
* add qemu_iovec_init_external (Christoph Hellwig)aliguori2009-03-281-0/+19
* Add qemu_iovec_reset() (Avi Kivity)aliguori2009-02-051-0/+6
* qemu iovec: keep track of total size, allow partial copies (Gerd Hoffman)aliguori2009-01-261-4/+11
* I/O vector helpers (Avi Kivity)aliguori2009-01-221-0/+47
* Rename fls to qemu_flsblueswir12008-12-111-1/+1
* Define fls() in terms of clz32().aliguori2008-12-041-7/+2
* Introduce fls() helperaliguori2008-12-041-0/+11
* Attached patch fixes a series of this warningblueswir12008-11-161-1/+1
* Revert r5532, r5536 and a piece of r5531.balrog2008-11-081-12/+0
* Replace uses of strndup (a GNU extension) with Qemu pstrdupblueswir12008-10-251-0/+12
* Prevent guest reusing host memory allocations.pbrook2008-06-091-35/+0
* Remove osdep.c/qemu-img code duplicationaurel322008-04-111-0/+35
* Split block API from vl.h.pbrook2007-11-111-1/+1
* always use mktimegmbellard2007-11-101-0/+14
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-2/+2
* added cutils.cbellard2007-01-071-0/+83