1. 777d20c qapi: Assert output visitors see only valid enum values by Markus Armbruster · 4 years, 9 months ago
  2. 53cb2fc tests: Clean up initialization of Error *err variables by Markus Armbruster · 5 years ago
  3. b359f4b tests: Rename UserDefNativeListUnion to UserDefListUnion by Markus Armbruster · 6 years ago
  4. cb3e7f0 qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF by Marc-André Lureau · 7 years ago
  5. 7dc847e qapi: Replace qobject_to_X(o) by qobject_to(X, o) by Max Reitz · 7 years ago
  6. 9a6555e tests/qapi: use QEMU_IS_ALIGNED macro by Philippe Mathieu-Daudé · 7 years ago
  7. bbcad96 Drop superfluous includes of qapi/qmp/qjson.h by Markus Armbruster · 7 years ago
  8. fc81fa1 Include qapi/qmp/qstring.h exactly where needed by Markus Armbruster · 7 years ago
  9. 452fcdb Include qapi/qmp/qdict.h exactly where needed by Markus Armbruster · 7 years ago
  10. 47e6b29 Include qapi/qmp/qlist.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. 6b67395 Eliminate qapi/qmp/types.h by Markus Armbruster · 7 years ago
  13. 522ece3 Drop superfluous includes of qapi-types.h and test-qapi-types.h by Markus Armbruster · 7 years ago
  14. 977c736 qapi: Mechanically convert FOO_lookup[...] to FOO_str(...) by Markus Armbruster · 7 years ago
  15. 4d2d5c4 qapi: Introduce a first class 'null' type by Markus Armbruster · 8 years ago
  16. d2f95f4 qapi: Use QNull for a more regular visit_type_null() by Markus Armbruster · 8 years ago
  17. 5923f85 qapi: update the qobject visitor to use QNUM_U64 by Marc-André Lureau · 8 years ago
  18. 01b2ffc qapi: merge QInt and QFloat in QNum by Marc-André Lureau · 8 years ago
  19. 8168ca8 tests/qapi-schema: Avoid 'str' in alternate test cases by Markus Armbruster · 8 years ago
  20. 46f5ac2 qobject: Use simpler QDict/QList scalar insertion macros by Eric Blake · 8 years ago
  21. 157db29 tests: Use error_free_or_abort() where appropriate by Markus Armbruster · 8 years ago
  22. dfad9ec tests: Don't check qobject_type() before qobject_to_qbool() by Markus Armbruster · 8 years ago
  23. 8978b34 tests: Don't check qobject_type() before qobject_to_qfloat() by Markus Armbruster · 8 years ago
  24. 0abfc4b tests: Don't check qobject_type() before qobject_to_qint() by Markus Armbruster · 8 years ago
  25. 363e13f tests: Don't check qobject_type() before qobject_to_qstring() by Markus Armbruster · 8 years ago
  26. cd17ba5 tests: Don't check qobject_type() before qobject_to_qlist() by Markus Armbruster · 8 years ago
  27. ca6b6e1 Don't check qobject_type() before qobject_to_qdict() by Markus Armbruster · 8 years ago
  28. 7d5e199 qapi: rename QmpOutputVisitor to QObjectOutputVisitor by Daniel P. Berrange · 8 years ago
  29. b3db211 qapi: rename *qmp-*-visitor* to *qobject-*-visitor* by Daniel P. Berrange · 8 years ago[Renamed (99%) from tests/test-qmp-output-visitor.c]
  30. 4429532 tests: Restore check-qdict unit test by Markus Armbruster · 8 years ago