24 Commits (2bfcd27e00a49da2efa5d703121b94cd9cd4948b)

Author SHA1 Message Date
Daniel P. Berrangé 407bc4bf90 qapi: Move include/qapi/qmp/ to include/qobject/ 1 year ago
Marc-André Lureau d709bbf3b1 include/qapi: add g_autoptr support for qobject types 4 years ago
Markus Armbruster 4ac76ba414 qobject: Make QString immutable 5 years ago
Markus Armbruster b3119b0814 qobject: Drop qstring_get_try_str() 5 years ago
Markus Armbruster 808ac3657e qobject: Drop qobject_get_try_str() 5 years ago
Markus Armbruster 80d71121b7 qobject: Move internals to qobject-internal.h 5 years ago
Markus Armbruster 88e25b1e6d Revert "qstring: add qstring_free()" 5 years ago
Markus Armbruster f1cc129df8 qobject: Use GString instead of QString to accumulate JSON 5 years ago
Marc-André Lureau 164c374b75 qstring: add qstring_free() 6 years ago
Markus Armbruster 812ce33ead qobject: Drop superfluous includes of qemu-common.h 8 years ago
Markus Armbruster ba891d68b4 qstring: Move qstring_from_substr()'s @end one to the right 8 years ago
Markus Armbruster b65ab77b3a qstring: Assert size calculations don't overflow 8 years ago
liujunjie ad63c549ec qstring: Fix qstring_from_substr() not to provoke int overflow 8 years ago
Peter Xu b26ae1cb8e qobject: introduce qobject_get_try_str() 8 years ago
Peter Xu 775932020d qobject: introduce qstring_get_try_str() 8 years ago
Max Reitz cb51b976ba qapi: Remove qobject_to_X() functions 8 years ago
Max Reitz 7dc847ebba qapi: Replace qobject_to_X(o) by qobject_to(X, o) 8 years ago
Markus Armbruster 5ee9d2fe9e Include qapi/qmp/qobject.h exactly where needed 8 years ago
Max Reitz b38dd678a2 qapi: Add qobject_is_equal() 9 years ago
Peter Maydell f2ad72b30e qobject: Clean up includes 10 years ago
Eric Blake 55e1819c50 qobject: Simplify QObject 11 years ago
Markus Armbruster 7f0278435d qstring: Make conversion from QObject * accept null 11 years ago
Luiz Capitulino 54d49ac992 qstring: add qstring_get_length() 13 years ago
Paolo Bonzini a372823a14 build: move qobject files to qobject/ and libqemuutil.a 14 years ago
Paolo Bonzini 7b1b5d1913 qapi: move include files to include/qobject/ 14 years ago
Anthony Liguori 7267c0947d Use glib memory allocation and free functions 15 years ago
Luiz Capitulino 41836a9f7e Fix qtypes' licenses 16 years ago
Luiz Capitulino 4b5c5766d0 QString: Introduce qstring_from_substr() 17 years ago
Luiz Capitulino 764c1caeb3 QString: Introduce qstring_append_int() 17 years ago
Luiz Capitulino 6fe9565c5b QString: Introduce qstring_append_chr() 17 years ago
Anthony Liguori d30ec846ed Allow strings to grow in size 17 years ago
Blue Swirl aa43d9ccab Shuffle lines to avoid gcc 3 warning about redundant redeclaration 17 years ago
Luiz Capitulino 66f7048712 Introduce QString 17 years ago