summary refs log tree commit diff stats
path: root/util/cutils.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cutils: Fix get_relocated_path on WindowsAkihiko Odaki2023-10-191-7/+11
* meson, cutils: allow non-relocatable installsPaolo Bonzini2023-10-181-3/+8
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2023-10-091-0/+9
|\
| * cutils: squelch compiler warnings with custom pathsPaolo Bonzini2023-10-081-0/+9
* | util/cutils: Clean up global variable shadowing in get_relocated_path()Philippe Mathieu-Daudé2023-10-061-1/+0
|/
* cutils: Improve qemu_strtosz handling of fractionsEric Blake2023-06-021-22/+68
* cutils: Improve qemu_strtod* error pathsEric Blake2023-06-021-13/+19
* cutils: Use parse_uint in qemu_strtosz for negative rejectionEric Blake2023-06-021-6/+2
* cutils: Set value in all integral qemu_strto* error pathsEric Blake2023-06-021-16/+26
* cutils: Set value in all qemu_strtosz* error pathsEric Blake2023-06-021-5/+12
* cutils: Allow NULL str in qemu_strtoszEric Blake2023-06-021-1/+1
* cutils: Allow NULL endptr in parse_uint()Eric Blake2023-06-021-22/+12
* cutils: Adjust signature of parse_uint[_full]Eric Blake2023-06-021-7/+6
* cutils: Document differences between parse_uint and qemu_strtou64Eric Blake2023-06-021-8/+12
* cutils: Fix wraparound parsing in qemu_strtouiEric Blake2023-06-021-6/+19
* util: remove support for hex numbers with a scaling suffixPaolo Bonzini2023-01-061-11/+3
* cutils: Add missing dyld(3) include on macOSPhilippe Mathieu-Daudé2022-08-121-0/+4
* util: Fix broken build on HaikuThomas Huth2022-07-181-0/+4
* cutils: Introduce bundle mechanismAkihiko Odaki2022-07-131-21/+47
* cutils: add functions for IEC and SI prefixesPaolo Bonzini2022-06-141-9/+25
* include: move qemu_*_exec_dir() to cutilsMarc-André Lureau2022-05-281-0/+117
* include: move qemu_fdatasync() to osdepMarc-André Lureau2022-04-211-16/+0
* include: move qemu_msync() to osdepMarc-André Lureau2022-04-211-38/+0
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0
* Move fcntl_setfl() to oslib-posixMarc-André Lureau2022-04-061-17/+0
* 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/+0
* util: remove needless includesMarc-André Lureau2022-03-221-2/+0
* 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/+8
* cutils: Add qemu_strtod() and qemu_strtod_finite()David Hildenbrand2018-12-131-0/+65