- 05cb8ed Convert remaining single line fprintf() to warn_report() by Alistair Francis · 7 years ago
- 22951aa utils: provide size_to_str() by Peter Xu · 8 years ago
- f46bfdb util/cutils: Change qemu_strtosz*() from int64_t to uint64_t by Markus Armbruster · 8 years ago
- f17fd4f util/cutils: Return qemu_strtosz*() error and value separately by Markus Armbruster · 8 years ago
- 4fcdf65 util/cutils: Let qemu_strtosz*() optionally reject trailing crap by Markus Armbruster · 8 years ago
- 17f9425 util/cutils: Drop QEMU_STRTOSZ_DEFSUFFIX_* macros by Markus Armbruster · 8 years ago
- 466dea1 util/cutils: New qemu_strtosz() by Markus Armbruster · 8 years ago
- e591591 util/cutils: Rename qemu_strtosz() to qemu_strtosz_MiB() by Markus Armbruster · 8 years ago
- d2734d2 util/cutils: New qemu_strtosz_metric() by Markus Armbruster · 8 years ago
- 4baef26 util/cutils: Clean up control flow around qemu_strtol() a bit by Markus Armbruster · 8 years ago
- 717adf9 util/cutils: Clean up variable names around qemu_strtol() by Markus Armbruster · 8 years ago
- b30d188 util/cutils: Rename qemu_strtoll(), qemu_strtoull() by Markus Armbruster · 8 years ago
- 4295f87 util/cutils: Rewrite documentation of qemu_strtol() & friends by Markus Armbruster · 8 years ago
- 88ca8e8 cutils: Move buffer_is_zero and subroutines to a new file by Richard Henderson · 8 years ago
- 7069532 target-arm: Use Neon for zero checking by Vijay · 8 years ago
- 4fb8320 avx2 configure: Use primitives in test by Dr. David Alan Gilbert · 9 years ago
- f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
- 28b90d9 cutils: add avx2 instruction optimization by Liang Li · 9 years ago
- aafd758 util: Clean up includes by Peter Maydell · 9 years ago
- 4677bb4 utils: rename strtosz to use qemu prefix by Marc-André Lureau · 9 years ago
- a2aa09e Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 9 years ago
- 47d4be1 cutils: work around platform differences in strto{l,ul,ll,ull} by Paolo Bonzini · 9 years ago
- 3904e6b cutils: Add qemu_strtoull() wrapper by Carlos L. Torres · 9 years ago
- 8ac4df4 cutils: Add qemu_strtoll() wrapper by Carlos L. Torres · 9 years ago
- c817c01 cutils: Add qemu_strtoul() wrapper by Carlos L. Torres · 9 years ago
- 764e0fa cutils: Add qemu_strtol() wrapper by Carlos L. Torres · 9 years ago
- 8f1ed5f Make pow2ceil() and pow2floor() inline by Peter Maydell · 9 years ago
- 10944a1 Remove unused qemu_fls function by Peter Maydell · 9 years ago
- 27e7755 cutils: allow compilation with icc by Artyom Tarasenko · 10 years ago
- cc5d0e0 cutils: refine strtol error handling in parse_debug_env by Paolo Bonzini · 10 years ago
- bb7443f qxl: refactor rounding up to a nearest power of 2 by Radim Krčmář · 10 years ago
- e9c5c1f cutils: tighten qemu_parse_fd() by Laszlo Ersek · 11 years ago
- 4297c8e util: add qemu_ether_ntoa by Alexey Kardashevskiy · 11 years ago
- a38ed81 qemu-io: Move qemu_strsep() to cutils.c by Kevin Wolf · 12 years ago
- 5e00984 cutils: Support 'P' and 'E' suffixes in strtosz() by Kevin Wolf · 12 years ago
- b16352a ccid-card-passthru, dev-smartcard-reader: add debug environment variables by Alon Levy · 12 years ago
- 56ded70 buffer_is_zero: use vector optimizations if possible by Peter Lieven · 12 years ago
- 41a259b cutils: add a function to find non-zero content in a buffer by Peter Lieven · 12 years ago
- e3f9fe2 cutils: unsigned int parsing functions by Eduardo Habkost · 12 years ago
- baacf04 build: move libqemuutil.a components to util/ by Paolo Bonzini · 12 years ago[Renamed from cutils.c]
- 37edbf7 cutils: change strtosz_suffix_unit function by liguang · 12 years ago
- 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
- 0100fbb fdsets: use weak aliases instead of qemu-tool.c/qemu-user.c by Paolo Bonzini · 12 years ago
- 0191253 janitor: move iovector functions out of cutils.c by Paolo Bonzini · 12 years ago
- b6db4ac rtc: fix overflow in mktimegm by Paolo Bonzini · 12 years ago
- adb696f block: Enable qemu_open/close to work with fd sets by Corey Bryant · 12 years ago
- e6546bb Add uleb encoding/decoding functions by Orit Wasserman · 12 years ago
- 9fb2664 Add cache handling functions by Orit Wasserman · 12 years ago
- 2a025ae cutils: add strpadcpy() by Dmitry Fleytman · 13 years ago
- 25e5e4c rewrite iov_send_recv() and move it to iov.c by Michael Tokarev · 13 years ago
- e3e87df export iov_send_recv() and use it in iov_send() and iov_recv() by Michael Tokarev · 13 years ago
- 3e80bf9 rename qemu_sendv to iov_send, change proto and move declarations to iov.h by Michael Tokarev · 13 years ago
- d5e6b16 change qemu_iovec_to_buf() to match other to,from_buf functions by Michael Tokarev · 13 years ago
- 1b093c4 consolidate qemu_iovec_copy() and qemu_iovec_concat() and make them consistent by Michael Tokarev · 13 years ago
- 0339614 allow qemu_iovec_from_buffer() to specify offset from which to start copying by Michael Tokarev · 13 years ago
- 3d9b492 consolidate qemu_iovec_memset{,_skip}() into single function and use existing iov_memset() by Michael Tokarev · 13 years ago
- 1a6d39f cutils: extract buffer_is_zero() from qemu-img.c by Stefan Hajnoczi · 13 years ago
- 8c5135f sheepdog: move coroutine send/recv function to generic code by Paolo Bonzini · 13 years ago
- bd83b36 qiov: prevent double free or use-after-free by Paolo Bonzini · 13 years ago
- eba90e4 cutils: Make strtosz & friends leave follow set to callers by Markus Armbruster · 13 years ago
- 8dddfb5 cutils: Drop broken support for zero strtosz default_suffix by Markus Armbruster · 13 years ago
- 443916d Move filedescriptor parsing code from net.c into qemu_parse_fd() by Stefan Berger · 13 years ago
- fdc9c41 Fix up some style nits of last uq/master merge by Jan Kiszka · 13 years ago
- 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 13 years ago
- a732e1b qemu: Add strtosz_suffix_unit function by Joerg Roedel · 14 years ago
- e0d9c6f QCOW2: bug fix - read base image beyond its size by Chunqiang Tang · 14 years ago
- 2be22ca strtosz(): Use suffix macros in switch() statement by Jes Sorensen · 14 years ago
- 7eb0534 strtosz(): Fix name confusion in use of modf() by Jes Sorensen · 14 years ago
- a2afc2c strtosz() use qemu_toupper() to simplify switch statement by Jes Sorensen · 14 years ago
- f3bd362 strtosz(): use unsigned char and switch to qemu_isspace() by Jes Sorensen · 14 years ago
- 70b4f4b Make strtosz() return int64_t instead of ssize_t by Jes Sorensen · 14 years ago
- d842700 Introduce strtosz_suffix() by Jes Sorensen · 14 years ago
- 9f9b17a Introduce strtosz() library function to convert a string to a byte count. by Jes Sorensen · 14 years ago
- b8a83a4 cutils: qemu_iovec_copy and qemu_iovec_memset by Kevin Wolf · 14 years ago
- db1a497 split out qemu-timer.c by Paolo Bonzini · 15 years ago
- 5f6b9e8 Probe for fdatasync() by Blue Swirl · 15 years ago
- 6f1953c block: use fdatasync instead of fsync if possible by Christoph Hellwig · 15 years ago
- 40b4f53 Add bdrv_aio_multiwrite by Kevin Wolf · 15 years ago
- 1cec71e Revert "support colon in filenames" by Anthony Liguori · 16 years ago
- d43277c Fix missing strnlen problems by Blue Swirl · 16 years ago
- 707c0db support colon in filenames by Ram Pai · 16 years ago
- 5561650 Include assert.h from qemu-common.h by Paul Brook · 16 years ago
- 522584a add qemu_iovec_init_external (Christoph Hellwig) by aliguori · 16 years ago
- be95946 Add qemu_iovec_reset() (Avi Kivity) by aliguori · 16 years ago
- 249aa74 qemu iovec: keep track of total size, allow partial copies (Gerd Hoffman) by aliguori · 16 years ago
- 44e3ee8 I/O vector helpers (Avi Kivity) by aliguori · 16 years ago
- ad46db9 Rename fls to qemu_fls by blueswir1 · 16 years ago
- 8d371d4 Define fls() in terms of clz32(). by aliguori · 16 years ago
- b39ade8 Introduce fls() helper by aliguori · 16 years ago
- cd39008 Attached patch fixes a series of this warning when compiling on NetBSD: by blueswir1 · 16 years ago
- 793a10a Revert r5532, r5536 and a piece of r5531. by balrog · 16 years ago
- 2bd7318 Replace uses of strndup (a GNU extension) with Qemu pstrdup by blueswir1 · 16 years ago
- 17e2377 Prevent guest reusing host memory allocations. by pbrook · 17 years ago
- ca10f86 Remove osdep.c/qemu-img code duplication by aurel32 · 17 years ago
- faf0796 Split block API from vl.h. by pbrook · 17 years ago
- 3c6b208 always use mktimegm by bellard · 17 years ago
- 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
- 18607dc added cutils.c by bellard · 18 years ago