summaryrefslogtreecommitdiffstats
path: root/util/cutils.c
Commit message (Expand)AuthorAgeFilesLines
* include: move qemu_fdatasync() to osdepMarc-André Lureau2022-04-211-16/+0Star
* include: move qemu_msync() to osdepMarc-André Lureau2022-04-211-38/+0Star
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0Star
* Move fcntl_setfl() to oslib-posixMarc-André Lureau2022-04-061-17/+0Star
* Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau2022-04-061-2/+2
* util: remove the net/net.h dependencyMarc-André Lureau2022-03-221-14/+0Star
* util: remove needless includesMarc-André Lureau2022-03-221-2/+0Star
* cutils: fix memory leak in get_relocated_path()Stefano Garzarella2021-05-131-1/+1
* utils: Work around mingw strto*l bug with 0xEric Blake2021-03-241-8/+21
* utils: Tighter tests for qemu_strtoszEric Blake2021-03-241-1/+3
* utils: Use fixed-point arithmetic in qemu_strtoszRichard Henderson2021-03-151-15/+35
* utils: Deprecate hex-with-suffix sizesEric Blake2021-03-081-1/+9
* utils: Improve qemu_strtosz() to have 64 bits of precisionEric Blake2021-03-081-21/+69
* util/cutils: Skip "." when looking for next directory componentStefan Weil2021-02-161-1/+2
* util/cutils: Fix Coverity array overrun in freq_to_str()Philippe Mathieu-Daudé2020-11-171-1/+2
* cutils: replace strdup with g_strdupPaolo Bonzini2020-11-031-1/+1
* win32: boot broken when bind & data dir are the sameSunil Muthuswamy2020-10-261-1/+1
* util/cutils: Introduce freq_to_str() to display Hertz unitsPhilippe Mathieu-Daudé2020-10-161-0/+14
* cutils: introduce get_relocated_pathPaolo Bonzini2020-09-301-0/+61
* util/cutils: Turn FIXME comment into QEMU_BUILD_BUG_ON()Markus Armbruster2019-12-181-3/+5
* Memory: Enable writeback for given memory regionBeata Michalska2019-12-161-0/+38
* util/cutils: Fix incorrect integer->float conversion caught by clangFangrui Song2019-11-251-3/+5
* cutils: remove one unnecessary pointer operationWei Yang2019-07-151-4/+4
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-0/+1
* qemu-common: Move qemu_isalnum() etc. to qemu/ctype.hMarkus Armbruster2019-06-111-1/+2
* cutils: Simplify how parse_uint() checks for whitespaceMarkus Armbruster2019-05-221-1/+1
* cutils: Fix size_to_str() on 32-bit platformsEric Blake2019-04-301-1/+1
* cutils: Fix qemu_strtosz() & friends to reject non-finite sizesDavid Hildenbrand2018-12-131-10/+8Star
* cutils: Add qemu_strtod() and qemu_strtod_finite()David Hildenbrand2018-12-131-0/+65
* cutils: Assert in-range base for string-to-integer conversionsEric Blake2018-12-111-0/+8
* cutils: add qemu_pstrcmp0()Marc-André Lureau2018-10-051-0/+5
* cutils: Provide strchrnulKeno Fischer2018-06-291-0/+15
* cutils: add qemu_strtoi & qemu_strtoui parsers for int/unsigned int typesDaniel P. Berrange2018-03-131-0/+109
* Convert remaining single line fprintf() to warn_report()Alistair Francis2017-09-191-1/+2
* utils: provide size_to_str()Peter Xu2017-05-171-0/+25
* util/cutils: Change qemu_strtosz*() from int64_t to uint64_tMarkus Armbruster2017-02-231-5/+9
* util/cutils: Return qemu_strtosz*() error and value separatelyMarkus Armbruster2017-02-231-10/+12
* util/cutils: Let qemu_strtosz*() optionally reject trailing crapMarkus Armbruster2017-02-231-5/+9
* util/cutils: Drop QEMU_STRTOSZ_DEFSUFFIX_* macrosMarkus Armbruster2017-02-231-18/+10Star
* util/cutils: New qemu_strtosz()Markus Armbruster2017-02-231-4/+11
* util/cutils: Rename qemu_strtosz() to qemu_strtosz_MiB()Markus Armbruster2017-02-231-1/+1
* util/cutils: New qemu_strtosz_metric()Markus Armbruster2017-02-231-3/+8
* util/cutils: Clean up control flow around qemu_strtol() a bitMarkus Armbruster2017-02-231-42/+43
* util/cutils: Clean up variable names around qemu_strtol()Markus Armbruster2017-02-231-21/+21
* util/cutils: Rename qemu_strtoll(), qemu_strtoull()Markus Armbruster2017-02-231-2/+2
* util/cutils: Rewrite documentation of qemu_strtol() & friendsMarkus Armbruster2017-02-231-39/+49
* cutils: Move buffer_is_zero and subroutines to a new fileRichard Henderson2016-09-131-244/+0Star
* target-arm: Use Neon for zero checkingVijay2016-07-141-0/+7
* avx2 configure: Use primitives in testDr. David Alan Gilbert2016-06-161-7/+1Star
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-0/+33