aboutsummaryrefslogtreecommitdiff
path: root/util/cutils.c
AgeCommit message (Expand)Author
2016-09-13cutils: Move buffer_is_zero and subroutines to a new fileRichard Henderson
2016-07-14target-arm: Use Neon for zero checkingVijay
2016-06-16avx2 configure: Use primitives in testDr. David Alan Gilbert
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-08cutils: add avx2 instruction optimizationLiang Li
2016-02-04util: Clean up includesPeter Maydell
2015-09-25utils: rename strtosz to use qemu prefixMarc-André Lureau
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-09-10cutils: work around platform differences in strto{l,ul,ll,ull}Paolo Bonzini
2015-09-09cutils: Add qemu_strtoull() wrapperCarlos L. Torres
2015-09-09cutils: Add qemu_strtoll() wrapperCarlos L. Torres
2015-09-09cutils: Add qemu_strtoul() wrapperCarlos L. Torres
2015-09-09cutils: Add qemu_strtol() wrapperCarlos L. Torres
2015-09-07Make pow2ceil() and pow2floor() inlinePeter Maydell
2015-09-07Remove unused qemu_fls functionPeter Maydell
2015-06-26cutils: allow compilation with iccArtyom Tarasenko
2015-03-10cutils: refine strtol error handling in parse_debug_envPaolo Bonzini
2015-03-03qxl: refactor rounding up to a nearest power of 2Radim Krčmář
2014-05-08cutils: tighten qemu_parse_fd()Laszlo Ersek
2014-03-27util: add qemu_ether_ntoaAlexey Kardashevskiy
2013-06-06qemu-io: Move qemu_strsep() to cutils.cKevin Wolf
2013-06-06cutils: Support 'P' and 'E' suffixes in strtosz()Kevin Wolf
2013-04-24ccid-card-passthru, dev-smartcard-reader: add debug environment variablesAlon Levy
2013-03-26buffer_is_zero: use vector optimizations if possiblePeter Lieven
2013-03-26cutils: add a function to find non-zero content in a bufferPeter Lieven
2013-02-04cutils: unsigned int parsing functionsEduardo Habkost
2013-01-12build: move libqemuutil.a components to util/Paolo Bonzini