aboutsummaryrefslogtreecommitdiff
path: root/include/qemu/cutils.h
AgeCommit message (Expand)AuthorFilesLines
2022-07-13cutils: Introduce bundle mechanismAkihiko Odaki1-3/+15
2022-06-14cutils: add functions for IEC and SI prefixesPaolo Bonzini1-0/+18
2022-05-28include: move qemu_*_exec_dir() to cutilsMarc-André Lureau1-0/+7
2022-04-21include: move qemu_fdatasync() to osdepMarc-André Lureau1-1/+0
2022-04-21include: move qemu_msync() to osdepMarc-André Lureau1-1/+0
2022-04-06Move fcntl_setfl() to oslib-posixMarc-André Lureau1-1/+0
2022-04-06include: move C/util-related declarations to cutils.hMarc-André Lureau1-0/+20
2021-12-21ui/dbus: add p2p=on/off optionMarc-André Lureau1-0/+5
2020-11-03cutils: replace strdup with g_strdupPaolo Bonzini1-0/+1
2020-10-16util/cutils: Introduce freq_to_str() to display Hertz unitsPhilippe Mathieu-Daudé1-0/+12
2020-09-30cutils: introduce get_relocated_pathPaolo Bonzini1-0/+12
2019-12-16Memory: Enable writeback for given memory regionBeata Michalska1-0/+1
2019-09-19cutils: Move size_to_str() from "qemu-common.h" to "qemu/cutils.h"Philippe Mathieu-Daudé1-0/+2
2019-04-18include: Include fprintf-fn.h only where neededMarkus Armbruster1-2/+0
2018-12-13cutils: Fix qemu_strtosz() & friends to reject non-finite sizesDavid Hildenbrand1-3/+3
2018-12-13cutils: Add qemu_strtod() and qemu_strtod_finite()David Hildenbrand1-0/+2
2018-10-05cutils: add qemu_pstrcmp0()Marc-André Lureau1-0/+12
2018-07-02cutils: Do not include "qemu/units.h" directlyPhilippe Mathieu-Daudé1-1/+0
2018-07-02hw: Use IEC binary prefix definitions from "qemu/units.h"Philippe Mathieu-Daudé1-7/+1
2018-06-29cutils: Provide strchrnulKeno Fischer1-0/+8
2018-03-13cutils: add qemu_strtoi & qemu_strtoui parsers for int/unsigned int typesDaniel P. Berrange1-0/+4
2017-02-23util/cutils: Change qemu_strtosz*() from int64_t to uint64_tMarkus Armbruster1-3/+3
2017-02-23util/cutils: Return qemu_strtosz*() error and value separatelyMarkus Armbruster1-3/+3
2017-02-23util/cutils: New qemu_strtosz()Markus Armbruster1-16/+1
2017-02-23util/cutils: Rename qemu_strtosz() to qemu_strtosz_MiB()Markus Armbruster1-1/+1
2017-02-23util/cutils: New qemu_strtosz_metric()Markus Armbruster1-2/+2
2017-02-23util/cutils: Rename qemu_strtoll(), qemu_strtoull()Markus Armbruster1-3/+3
2016-09-13cutils: Add test for buffer_is_zeroRichard Henderson1-0/+1
2016-09-13cutils: Export only buffer_is_zeroRichard Henderson1-2/+0
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster1-1/+1
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+183