summaryrefslogtreecommitdiffstats
path: root/cutils.c
Commit message (Expand)AuthorAgeFilesLines
* fdsets: use weak aliases instead of qemu-tool.c/qemu-user.cPaolo Bonzini2012-10-301-5/+0
* janitor: move iovector functions out of cutils.cPaolo Bonzini2012-10-301-103/+0
* rtc: fix overflow in mktimegmPaolo Bonzini2012-10-051-1/+1
* block: Enable qemu_open/close to work with fd setsCorey Bryant2012-08-151-0/+5
* Add uleb encoding/decoding functionsOrit Wasserman2012-08-081-0/+33
* Add cache handling functionsOrit Wasserman2012-08-081-0/+9
* cutils: add strpadcpy()Dmitry Fleytman2012-07-261-0/+7
* rewrite iov_send_recv() and move it to iov.cMichael Tokarev2012-06-111-83/+0
* export iov_send_recv() and use it in iov_send() and iov_recv()Michael Tokarev2012-06-111-14/+3
* rename qemu_sendv to iov_send, change proto and move declarations to iov.hMichael Tokarev2012-06-111-28/+13
* change qemu_iovec_to_buf() to match other to,from_buf functionsMichael Tokarev2012-06-111-8/+3
* consolidate qemu_iovec_copy() and qemu_iovec_concat() and make them consistentMichael Tokarev2012-06-111-34/+20
* allow qemu_iovec_from_buffer() to specify offset from which to start copyingMichael Tokarev2012-06-111-13/+3
* consolidate qemu_iovec_memset{,_skip}() into single function and use existing...Michael Tokarev2012-06-111-40/+4
* 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
OpenPOWER on IntegriCloud