COMMITS
/ util/cutils.c May 22, 2023
E
cutils: Improve qemu_strtosz handling of fractions
Eric Blake committed
E
cutils: Improve qemu_strtod* error paths
Eric Blake committed
E
cutils: Use parse_uint in qemu_strtosz for negative rejection
Eric Blake committed
E
cutils: Set value in all integral qemu_strto* error paths
Eric Blake committed
E
cutils: Set value in all qemu_strtosz* error paths
Eric Blake committed
E
cutils: Allow NULL str in qemu_strtosz
Eric Blake committed
E
cutils: Allow NULL endptr in parse_uint()
Eric Blake committed
E
cutils: Adjust signature of parse_uint[_full]
Eric Blake committed
E
cutils: Document differences between parse_uint and qemu_strtou64
Eric Blake committed
E
cutils: Fix wraparound parsing in qemu_strtoui
Eric Blake committed
December 16, 2022
P
util: remove support for hex numbers with a scaling suffix
Paolo Bonzini committed
August 9, 2022
P
cutils: Add missing dyld(3) include on macOS
Philippe Mathieu-Daudé committed
July 18, 2022
T
util: Fix broken build on Haiku
Thomas Huth committed
June 24, 2022
A
cutils: Introduce bundle mechanism
Akihiko Odaki committed
May 25, 2022
P
cutils: add functions for IEC and SI prefixes
Paolo Bonzini committed
M
include: move qemu_*_exec_dir() to cutils
Marc-André Lureau committed
April 20, 2022
M
include: move qemu_fdatasync() to osdep
Marc-André Lureau committed
M
include: move qemu_msync() to osdep
Marc-André Lureau committed
March 23, 2022
M
Remove qemu-common.h include from most units
Marc-André Lureau committed
M
Move fcntl_setfl() to oslib-posix
Marc-André Lureau committed
M
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau committed
February 24, 2022
M
util: remove the net/net.h dependency
Marc-André Lureau committed
M
util: remove needless includes
Marc-André Lureau committed
April 12, 2021
S
cutils: fix memory leak in get_relocated_path()
Stefano Garzarella committed
March 23, 2021
E
utils: Work around mingw strto*l bug with 0x
Eric Blake committed
E
utils: Tighter tests for qemu_strtosz
Eric Blake committed
March 14, 2021
R
utils: Use fixed-point arithmetic in qemu_strtosz
Richard Henderson committed
February 11, 2021
E
utils: Deprecate hex-with-suffix sizes
Eric Blake committed
E
utils: Improve qemu_strtosz() to have 64 bits of precision
Eric Blake committed
February 8, 2021
S
util/cutils: Skip "." when looking for next directory component
Stefan Weil committed
November 17, 2020
P
util/cutils: Fix Coverity array overrun in freq_to_str()
Philippe Mathieu-Daudé committed
November 2, 2020
P
cutils: replace strdup with g_strdup
Paolo Bonzini committed
October 24, 2020
S
win32: boot broken when bind & data dir are the same
Sunil Muthuswamy committed
October 12, 2020
P
util/cutils: Introduce freq_to_str() to display Hertz units
Philippe Mathieu-Daudé committed
August 18, 2020
P
cutils: introduce get_relocated_path
Paolo Bonzini committed
November 25, 2019
M
util/cutils: Turn FIXME comment into QEMU_BUILD_BUG_ON()
Markus Armbruster committed
November 21, 2019
B
Memory: Enable writeback for given memory region
Beata Michalska committed
November 22, 2019
F
util/cutils: Fix incorrect integer->float conversion caught by clang
Fangrui Song committed
June 10, 2019
W
cutils: remove one unnecessary pointer operation
Wei Yang committed
May 23, 2019
M
Include qemu-common.h exactly where needed
Markus Armbruster committed
M
qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h
Markus Armbruster committed
May 14, 2019
M
cutils: Simplify how parse_uint() checks for whitespace
Markus Armbruster committed
April 17, 2019
E
cutils: Fix size_to_str() on 32-bit platforms
Eric Blake committed
November 21, 2018
D
cutils: Fix qemu_strtosz() & friends to reject non-finite sizes
David Hildenbrand committed
D
cutils: Add qemu_strtod() and qemu_strtod_finite()
David Hildenbrand committed
December 6, 2018
E
cutils: Assert in-range base for string-to-integer conversions
Eric Blake committed
September 7, 2018
M
cutils: add qemu_pstrcmp0()
Marc-André Lureau committed
June 29, 2018
K
cutils: Provide strchrnul
Keno Fischer committed
December 22, 2017
D
cutils: add qemu_strtoi & qemu_strtoui parsers for int/unsigned int types
Daniel P. Berrange committed
August 18, 2017
A
Convert remaining single line fprintf() to warn_report()
Alistair Francis committed