index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
/
cutils.c
Age
Commit message (
Expand
)
Author
2023-10-19
cutils: Fix get_relocated_path on Windows
Akihiko Odaki
2023-10-18
meson, cutils: allow non-relocatable installs
Paolo Bonzini
2023-10-09
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
2023-10-08
cutils: squelch compiler warnings with custom paths
Paolo Bonzini
2023-10-06
util/cutils: Clean up global variable shadowing in get_relocated_path()
Philippe Mathieu-Daudé
2023-06-02
cutils: Improve qemu_strtosz handling of fractions
Eric Blake
2023-06-02
cutils: Improve qemu_strtod* error paths
Eric Blake
2023-06-02
cutils: Use parse_uint in qemu_strtosz for negative rejection
Eric Blake
2023-06-02
cutils: Set value in all integral qemu_strto* error paths
Eric Blake
2023-06-02
cutils: Set value in all qemu_strtosz* error paths
Eric Blake
2023-06-02
cutils: Allow NULL str in qemu_strtosz
Eric Blake
2023-06-02
cutils: Allow NULL endptr in parse_uint()
Eric Blake
2023-06-02
cutils: Adjust signature of parse_uint[_full]
Eric Blake
2023-06-02
cutils: Document differences between parse_uint and qemu_strtou64
Eric Blake
2023-06-02
cutils: Fix wraparound parsing in qemu_strtoui
Eric Blake
2023-01-06
util: remove support for hex numbers with a scaling suffix
Paolo Bonzini
2022-08-12
cutils: Add missing dyld(3) include on macOS
Philippe Mathieu-Daudé
2022-07-18
util: Fix broken build on Haiku
Thomas Huth
2022-07-13
cutils: Introduce bundle mechanism
Akihiko Odaki
2022-06-14
cutils: add functions for IEC and SI prefixes
Paolo Bonzini
2022-05-28
include: move qemu_*_exec_dir() to cutils
Marc-André Lureau
2022-04-21
include: move qemu_fdatasync() to osdep
Marc-André Lureau
2022-04-21
include: move qemu_msync() to osdep
Marc-André Lureau
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
2022-04-06
Move fcntl_setfl() to oslib-posix
Marc-André Lureau
2022-04-06
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
2022-03-22
util: remove the net/net.h dependency
Marc-André Lureau
2022-03-22
util: remove needless includes
Marc-André Lureau
2021-05-13
cutils: fix memory leak in get_relocated_path()
Stefano Garzarella
2021-03-24
utils: Work around mingw strto*l bug with 0x
Eric Blake
2021-03-24
utils: Tighter tests for qemu_strtosz
Eric Blake
2021-03-15
utils: Use fixed-point arithmetic in qemu_strtosz
Richard Henderson
2021-03-08
utils: Deprecate hex-with-suffix sizes
Eric Blake
2021-03-08
utils: Improve qemu_strtosz() to have 64 bits of precision
Eric Blake
2021-02-16
util/cutils: Skip "." when looking for next directory component
Stefan Weil
2020-11-17
util/cutils: Fix Coverity array overrun in freq_to_str()
Philippe Mathieu-Daudé
2020-11-03
cutils: replace strdup with g_strdup
Paolo Bonzini
2020-10-26
win32: boot broken when bind & data dir are the same
Sunil Muthuswamy
2020-10-16
util/cutils: Introduce freq_to_str() to display Hertz units
Philippe Mathieu-Daudé
2020-09-30
cutils: introduce get_relocated_path
Paolo Bonzini
2019-12-18
util/cutils: Turn FIXME comment into QEMU_BUILD_BUG_ON()
Markus Armbruster
2019-12-16
Memory: Enable writeback for given memory region
Beata Michalska
2019-11-25
util/cutils: Fix incorrect integer->float conversion caught by clang
Fangrui Song
2019-07-15
cutils: remove one unnecessary pointer operation
Wei Yang
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-11
qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h
Markus Armbruster
2019-05-22
cutils: Simplify how parse_uint() checks for whitespace
Markus Armbruster
2019-04-30
cutils: Fix size_to_str() on 32-bit platforms
Eric Blake
2018-12-13
cutils: Fix qemu_strtosz() & friends to reject non-finite sizes
David Hildenbrand
2018-12-13
cutils: Add qemu_strtod() and qemu_strtod_finite()
David Hildenbrand
[next]