aboutsummaryrefslogtreecommitdiff
path: root/qobject/qstring.c
AgeCommit message (Expand)Author
2018-08-24qobject: Drop superfluous includes of qemu-common.hMarkus Armbruster
2018-07-28qstring: Move qstring_from_substr()'s @end one to the rightMarkus Armbruster
2018-07-28qstring: Assert size calculations don't overflowMarkus Armbruster
2018-07-28qstring: Fix qstring_from_substr() not to provoke int overflowliujunjie
2018-03-19qobject: introduce qobject_get_try_str()Peter Xu
2018-03-19qobject: introduce qstring_get_try_str()Peter Xu
2018-03-19qapi: Remove qobject_to_X() functionsMax Reitz
2018-03-19qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz
2018-02-09Include qapi/qmp/qobject.h exactly where neededMarkus Armbruster
2017-11-17qapi: Add qobject_is_equal()Max Reitz
2016-02-04qobject: Clean up includesPeter Maydell
2015-12-17qobject: Simplify QObjectEric Blake
2015-10-29qstring: Make conversion from QObject * accept nullMarkus Armbruster
2013-04-05qstring: add qstring_get_length()Luiz Capitulino
2013-01-12build: move qobject files to qobject/ and libqemuutil.aPaolo Bonzini