unicorn/qemu/qobject
Markus Armbruster 41c2e1168f
util/cutils: Rename qemu_strtoll(), qemu_strtoull()
The name qemu_strtoll() suggests conversion to long long, but it
actually converts to int64_t. Rename to qemu_strtoi64().

The name qemu_strtoull() suggests conversion to unsigned long long,
but it actually converts to uint64_t. Rename to qemu_strtou64().

Backports commit b30d188677456b17c1cd68969e08ddc634cef644 from qemu
2018-03-02 08:39:45 -05:00
..
Makefile.objs qobject: Simplify QObject 2018-02-19 21:37:48 -05:00
qbool.c qobject: Simplify QObject 2018-02-19 21:37:48 -05:00
qdict.c util/cutils: Rename qemu_strtoll(), qemu_strtoull() 2018-03-02 08:39:45 -05:00
qfloat.c qobject: Simplify QObject 2018-02-19 21:37:48 -05:00
qint.c qobject: Simplify QObject 2018-02-19 21:37:48 -05:00
qlist.c qobject: Simplify QObject 2018-02-19 21:37:48 -05:00
qnull.c qobject: Simplify QObject 2018-02-19 21:37:48 -05:00
qobject.c qapi: Convert QType into QAPI built-in enum type 2018-02-19 21:47:05 -05:00
qstring.c qobject: Simplify QObject 2018-02-19 21:37:48 -05:00