aboutsummaryrefslogtreecommitdiff
path: root/util/cutils.c
AgeCommit message (Expand)Author
2021-03-15utils: Use fixed-point arithmetic in qemu_strtoszRichard Henderson
2021-03-08utils: Deprecate hex-with-suffix sizesEric Blake
2021-03-08utils: Improve qemu_strtosz() to have 64 bits of precisionEric Blake
2021-02-16util/cutils: Skip "." when looking for next directory componentStefan Weil
2020-11-17util/cutils: Fix Coverity array overrun in freq_to_str()Philippe Mathieu-Daudé
2020-11-03cutils: replace strdup with g_strdupPaolo Bonzini
2020-10-26win32: boot broken when bind & data dir are the sameSunil Muthuswamy
2020-10-16util/cutils: Introduce freq_to_str() to display Hertz unitsPhilippe Mathieu-Daudé
2020-09-30cutils: introduce get_relocated_pathPaolo Bonzini
2019-12-18util/cutils: Turn FIXME comment into QEMU_BUILD_BUG_ON()Markus Armbruster
2019-12-16Memory: Enable writeback for given memory regionBeata Michalska
2019-11-25util/cutils: Fix incorrect integer->float conversion caught by clangFangrui Song
2019-07-15cutils: remove one unnecessary pointer operationWei Yang
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-11qemu-common: Move qemu_isalnum() etc. to qemu/ctype.hMarkus Armbruster
2019-05-22cutils: Simplify how parse_uint() checks for whitespaceMarkus Armbruster
2019-04-30cutils: Fix size_to_str() on 32-bit platformsEric Blake
2018-12-13cutils: Fix qemu_strtosz() & friends to reject non-finite sizesDavid Hildenbrand
2018-12-13cutils: Add qemu_strtod() and qemu_strtod_finite()David Hildenbrand
2018-12-11cutils: Assert in-range base for string-to-integer conversionsEric Blake
2018-10-05cutils: add qemu_pstrcmp0()Marc-André Lureau
2018-06-29cutils: Provide strchrnulKeno Fischer
2018-03-13cutils: add qemu_strtoi & qemu_strtoui parsers for int/unsigned int typesDaniel P. Berrange
2017-09-19Convert remaining single line fprintf() to warn_report()Alistair Francis
2017-05-17utils: provide size_to_str()Peter Xu
2017-02-23util/cutils: Change qemu_strtosz*() from int64_t to uint64_tMarkus Armbruster
2017-02-23util/cutils: Return qemu_strtosz*() error and value separatelyMarkus Armbruster
2017-02-23util/cutils: Let qemu_strtosz*() optionally reject trailing crapMarkus Armbruster
2017-02-23util/cutils: Drop QEMU_STRTOSZ_DEFSUFFIX_* macrosMarkus Armbruster
2017-02-23util/cutils: New qemu_strtosz()Markus Armbruster
2017-02-23util/cutils: Rename qemu_strtosz() to qemu_strtosz_MiB()Markus Armbruster
2017-02-23util/cutils: New qemu_strtosz_metric()Markus Armbruster
2017-02-23util/cutils: Clean up control flow around qemu_strtol() a bitMarkus Armbruster
2017-02-23util/cutils: Clean up variable names around qemu_strtol()Markus Armbruster
2017-02-23util/cutils: Rename qemu_strtoll(), qemu_strtoull()Markus Armbruster
2017-02-23util/cutils: Rewrite documentation of qemu_strtol() & friendsMarkus Armbruster
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