1. 164c374 qstring: add qstring_free() by Marc-André Lureau · 5 years ago
  2. 812ce33 qobject: Drop superfluous includes of qemu-common.h by Markus Armbruster · 7 years ago
  3. ba891d6 qstring: Move qstring_from_substr()'s @end one to the right by Markus Armbruster · 7 years ago
  4. b65ab77 qstring: Assert size calculations don't overflow by Markus Armbruster · 7 years ago
  5. ad63c54 qstring: Fix qstring_from_substr() not to provoke int overflow by liujunjie · 7 years ago
  6. b26ae1c qobject: introduce qobject_get_try_str() by Peter Xu · 7 years ago
  7. 7759320 qobject: introduce qstring_get_try_str() by Peter Xu · 7 years ago
  8. cb51b97 qapi: Remove qobject_to_X() functions by Max Reitz · 7 years ago
  9. 7dc847e qapi: Replace qobject_to_X(o) by qobject_to(X, o) by Max Reitz · 7 years ago
  10. 5ee9d2f Include qapi/qmp/qobject.h exactly where needed by Markus Armbruster · 7 years ago
  11. b38dd67 qapi: Add qobject_is_equal() by Max Reitz · 7 years ago
  12. f2ad72b qobject: Clean up includes by Peter Maydell · 9 years ago
  13. 55e1819 qobject: Simplify QObject by Eric Blake · 9 years ago
  14. 7f02784 qstring: Make conversion from QObject * accept null by Markus Armbruster · 9 years ago
  15. 54d49ac qstring: add qstring_get_length() by Luiz Capitulino · 12 years ago
  16. a372823 build: move qobject files to qobject/ and libqemuutil.a by Paolo Bonzini · 12 years ago[Renamed from qstring.c]
  17. 7b1b5d1 qapi: move include files to include/qobject/ by Paolo Bonzini · 12 years ago
  18. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  19. 41836a9 Fix qtypes' licenses by Luiz Capitulino · 15 years ago
  20. 4b5c576 QString: Introduce qstring_from_substr() by Luiz Capitulino · 15 years ago
  21. 764c1ca QString: Introduce qstring_append_int() by Luiz Capitulino · 15 years ago
  22. 6fe9565 QString: Introduce qstring_append_chr() by Luiz Capitulino · 15 years ago
  23. d30ec84 Allow strings to grow in size by Anthony Liguori · 15 years ago
  24. aa43d9c Shuffle lines to avoid gcc 3 warning about redundant redeclaration by Blue Swirl · 16 years ago
  25. 66f7048 Introduce QString by Luiz Capitulino · 16 years ago