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