aboutsummaryrefslogtreecommitdiff
path: root/include/qemu/cutils.h
AgeCommit message (Expand)AuthorFilesLines
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