summaryrefslogtreecommitdiffstats
path: root/include/qemu/cutils.h
Commit message (Expand)AuthorAgeFilesLines
* cutils: Introduce bundle mechanismAkihiko Odaki2022-07-131-3/+15
* cutils: add functions for IEC and SI prefixesPaolo Bonzini2022-06-141-0/+18
* include: move qemu_*_exec_dir() to cutilsMarc-André Lureau2022-05-281-0/+7
* include: move qemu_fdatasync() to osdepMarc-André Lureau2022-04-211-1/+0Star
* include: move qemu_msync() to osdepMarc-André Lureau2022-04-211-1/+0Star
* Move fcntl_setfl() to oslib-posixMarc-André Lureau2022-04-061-1/+0Star
* include: move C/util-related declarations to cutils.hMarc-André Lureau2022-04-061-0/+20
* ui/dbus: add p2p=on/off optionMarc-André Lureau2021-12-211-0/+5
* cutils: replace strdup with g_strdupPaolo Bonzini2020-11-031-0/+1
* util/cutils: Introduce freq_to_str() to display Hertz unitsPhilippe Mathieu-Daudé2020-10-161-0/+12
* cutils: introduce get_relocated_pathPaolo Bonzini2020-09-301-0/+12
* Memory: Enable writeback for given memory regionBeata Michalska2019-12-161-0/+1
* cutils: Move size_to_str() from "qemu-common.h" to "qemu/cutils.h"Philippe Mathieu-Daudé2019-09-191-0/+2
* include: Include fprintf-fn.h only where neededMarkus Armbruster2019-04-181-2/+0Star
* cutils: Fix qemu_strtosz() & friends to reject non-finite sizesDavid Hildenbrand2018-12-131-3/+3
* cutils: Add qemu_strtod() and qemu_strtod_finite()David Hildenbrand2018-12-131-0/+2
* cutils: add qemu_pstrcmp0()Marc-André Lureau2018-10-051-0/+12
* cutils: Do not include "qemu/units.h" directlyPhilippe Mathieu-Daudé2018-07-021-1/+0Star
* hw: Use IEC binary prefix definitions from "qemu/units.h"Philippe Mathieu-Daudé2018-07-021-7/+1Star
* cutils: Provide strchrnulKeno Fischer2018-06-291-0/+8
* cutils: add qemu_strtoi & qemu_strtoui parsers for int/unsigned int typesDaniel P. Berrange2018-03-131-0/+4
* util/cutils: Change qemu_strtosz*() from int64_t to uint64_tMarkus Armbruster2017-02-231-3/+3
* util/cutils: Return qemu_strtosz*() error and value separatelyMarkus Armbruster2017-02-231-3/+3
* util/cutils: New qemu_strtosz()Markus Armbruster2017-02-231-16/+1Star
* 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-2/+2
* util/cutils: Rename qemu_strtoll(), qemu_strtoull()Markus Armbruster2017-02-231-3/+3
* cutils: Add test for buffer_is_zeroRichard Henderson2016-09-131-0/+1
* cutils: Export only buffer_is_zeroRichard Henderson2016-09-131-2/+0Star
* Clean up decorations and whitespace around header guardsMarkus Armbruster2016-07-121-1/+1
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-0/+183