summaryrefslogtreecommitdiffstats
path: root/include/qemu/cutils.h
Commit message (Expand)AuthorAgeFilesLines
* 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