1. 0bcc8e5 qobject: Move block-specific qdict code to block-qdict.c by Markus Armbruster · 7 years ago
  2. 609f45e block: Add block-specific QDict header by Max Reitz · 7 years ago
  3. f5a74a5 qobject: Modify qobject_ref() to return obj by Marc-André Lureau · 7 years ago
  4. cb3e7f0 qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF by Marc-André Lureau · 7 years ago
  5. 532fb53 qapi: Make more of qobject_to() by Max Reitz · 7 years ago
  6. cb51b97 qapi: Remove qobject_to_X() functions by Max Reitz · 7 years ago
  7. 7dc847e qapi: Replace qobject_to_X(o) by qobject_to(X, o) by Max Reitz · 7 years ago
  8. bcebf10 qdict: Introduce qdict_rename_keys() by Kevin Wolf · 7 years ago
  9. 47e6b29 Include qapi/qmp/qlist.h exactly where needed by Markus Armbruster · 7 years ago
  10. 5ee9d2f Include qapi/qmp/qobject.h exactly where needed by Markus Armbruster · 7 years ago
  11. 15280c3 qdict qlist: Make most helper macros functions by Markus Armbruster · 7 years ago
  12. b38dd67 qapi: Add qobject_is_equal() by Max Reitz · 7 years ago
  13. 01b2ffc qapi: merge QInt and QFloat in QNum by Marc-André Lureau · 8 years ago
  14. 46f5ac2 qobject: Use simpler QDict/QList scalar insertion macros by Eric Blake · 8 years ago
  15. d7941f4 Merge remote-tracking branch 'remotes/armbru/tags/pull-util-2017-02-23' into staging by Peter Maydell · 8 years ago
  16. b30d188 util/cutils: Rename qemu_strtoll(), qemu_strtoull() by Markus Armbruster · 8 years ago
  17. b25f23e qdict: Make qdict_get_qlist() safe like qdict_get_qdict() by Markus Armbruster · 8 years ago
  18. 603476c qdict: implement a qdict_crumple method for un-flattening a dict by Daniel P. Berrange · 8 years ago
  19. de4905f qdict: fix unbounded stack warning for qdict_array_entries by Peter Xu · 9 years ago
  20. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  21. f2ad72b qobject: Clean up includes by Peter Maydell · 9 years ago
  22. 1310a3d qobject: Rename qtype_code to QType by Eric Blake · 9 years ago
  23. 55e1819 qobject: Simplify QObject by Eric Blake · 9 years ago
  24. 7f02784 qstring: Make conversion from QObject * accept null by Markus Armbruster · 9 years ago
  25. fcf73f6 qfloat qint: Make conversion from QObject * accept null by Markus Armbruster · 9 years ago
  26. 89cad9f qdict: Make conversion from QObject * accept null by Markus Armbruster · 9 years ago
  27. 14b6160 qbool: Make conversion from QObject * accept null by Markus Armbruster · 9 years ago
  28. 34acbc9 qobject: Use 'bool' inside qdict by Eric Blake · 10 years ago
  29. fc48ffc qobject: Use 'bool' for qbool by Eric Blake · 10 years ago
  30. 7990d2c qdict: Add qdict_{set,copy}_default() by Kevin Wolf · 10 years ago
  31. bd50530 qdict: Add qdict_array_entries() by Kevin Wolf · 10 years ago
  32. 9c52681 qdict: Add qdict_join() by Max Reitz · 11 years ago
  33. bae3f92 qdict: Extract non-QDicts in qdict_array_split() by Max Reitz · 11 years ago
  34. 9f23fc0 qapi: extend qdict_flatten() for QLists by Max Reitz · 11 years ago
  35. 05a8c22 qdict: Add qdict_array_split() by Max Reitz · 11 years ago
  36. 4d5977e qdict: Optimise qdict_do_flatten() by Kevin Wolf · 11 years ago
  37. 6273d11 qdict: Fix memory leak in qdict_do_flatten() by Kevin Wolf · 11 years ago
  38. 5726d87 qdict: Extract qdict_extract_subqdict by Benoît Canet · 11 years ago
  39. f660dc6 Implement qdict_flatten() by Kevin Wolf · 12 years ago
  40. b382bc9 Add qdict_clone_shallow() by Kevin Wolf · 12 years ago
  41. a372823 build: move qobject files to qobject/ and libqemuutil.a by Paolo Bonzini · 12 years ago[Renamed from qdict.c]
  42. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  43. 7b1b5d1 qapi: move include files to include/qobject/ by Paolo Bonzini · 12 years ago
  44. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  45. 35006ac QDict: Introduce qdict_get_try_bool() by Luiz Capitulino · 15 years ago
  46. f2b07f3 QDict: Introduce new iteration API by Luiz Capitulino · 15 years ago
  47. 0d078b2 QDict: Introduce functions to retrieve QDictEntry values by Luiz Capitulino · 15 years ago
  48. c8bc3cd QDict: Small terminology change by Luiz Capitulino · 15 years ago
  49. 83aba69 QDict: Rename 'err_value' by Luiz Capitulino · 15 years ago
  50. 41836a9 Fix qtypes' licenses by Luiz Capitulino · 15 years ago
  51. 43dc2a6 Replace assert(0) with abort() or cpu_abort() by Blue Swirl · 15 years ago
  52. a6c6f76 Fix build with -DNDEBUG in CFLAGS by Blue Swirl · 15 years ago
  53. acc3b03 QDict: New qdict_get_double() by Markus Armbruster · 15 years ago
  54. df10ce6 QDict: Introduce qdict_get_qdict() by Luiz Capitulino · 15 years ago
  55. 29ec315 QDict: Fix size update by Luiz Capitulino · 15 years ago
  56. f2e1750 QDict: Introduce qdict_get_qlist() by Luiz Capitulino · 15 years ago
  57. cd4dde3 QDict: Introduce qdict_get_qbool() by Luiz Capitulino · 15 years ago
  58. 21f800d QDict: Introduce qdict_iter() by Luiz Capitulino · 15 years ago
  59. 72cf2d4 Fix sys-queue.h conflict for good by Blue Swirl · 15 years ago
  60. aa43d9c Shuffle lines to avoid gcc 3 warning about redundant redeclaration by Blue Swirl · 15 years ago
  61. fb08dde Introduce QDict by Luiz Capitulino · 16 years ago