aboutsummaryrefslogtreecommitdiff
path: root/qobject/qstring.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-06include/qapi: add g_autoptr support for qobject typesMarc-André Lureau1-0/+5
2020-12-19qobject: Make QString immutableMarkus Armbruster1-63/+2
2020-12-19qobject: Drop qstring_get_try_str()Markus Armbruster1-10/+0
2020-12-19qobject: Drop qobject_get_try_str()Markus Armbruster1-11/+0
2020-12-19qobject: Move internals to qobject-internal.hMarkus Armbruster1-0/+1
2020-12-19Revert "qstring: add qstring_free()"Markus Armbruster1-22/+5
2020-12-19qobject: Use GString instead of QString to accumulate JSONMarkus Armbruster1-0/+19
2020-01-24qstring: add qstring_free()Marc-André Lureau1-5/+22
2018-08-24qobject: Drop superfluous includes of qemu-common.hMarkus Armbruster1-1/+0
2018-07-28qstring: Move qstring_from_substr()'s @end one to the rightMarkus Armbruster1-3/+3
2018-07-28qstring: Assert size calculations don't overflowMarkus Armbruster1-1/+5
2018-07-28qstring: Fix qstring_from_substr() not to provoke int overflowliujunjie1-1/+1
2018-03-19qobject: introduce qobject_get_try_str()Peter Xu1-0/+11
2018-03-19qobject: introduce qstring_get_try_str()Peter Xu1-0/+10
2018-03-19qapi: Remove qobject_to_X() functionsMax Reitz1-11/+0
2018-03-19qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz1-3/+3
2018-02-09Include qapi/qmp/qobject.h exactly where neededMarkus Armbruster1-1/+0
2017-11-17qapi: Add qobject_is_equal()Max Reitz1-0/+9
2016-02-04qobject: Clean up includesPeter Maydell1-0/+1
2015-12-17qobject: Simplify QObjectEric Blake1-9/+2
2015-10-29qstring: Make conversion from QObject * accept nullMarkus Armbruster1-2/+2
2013-04-05qstring: add qstring_get_length()Luiz Capitulino1-0/+8
2013-01-12build: move qobject files to qobject/ and libqemuutil.aPaolo Bonzini1-0/+141