1. cb3e7f0 qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF by Marc-André Lureau · 7 years ago
  2. fdf235b tests: Silence false positive warning on generated test name by Eric Blake · 7 years ago
  3. 112ed24 qapi: Empty out qapi-schema.json by Markus Armbruster · 7 years ago
  4. fc81fa1 Include qapi/qmp/qstring.h exactly where needed by Markus Armbruster · 7 years ago
  5. 6b67395 Eliminate qapi/qmp/types.h by Markus Armbruster · 7 years ago
  6. 522ece3 Drop superfluous includes of qapi-types.h and test-qapi-types.h by Markus Armbruster · 7 years ago
  7. 02146d2 test-visitor-serialization: Pass &error_abort to qobject_from_json() by Markus Armbruster · 8 years ago
  8. 57348c2 qobject: Propagate parse errors through qobject_from_json() by Markus Armbruster · 8 years ago
  9. 048abb7 qapi: Drop unused non-strict qobject input visitor by Markus Armbruster · 8 years ago
  10. 7d5e199 qapi: rename QmpOutputVisitor to QObjectOutputVisitor by Daniel P. Berrange · 8 years ago
  11. 09e6836 qapi: rename QmpInputVisitor to QObjectInputVisitor by Daniel P. Berrange · 8 years ago
  12. b3db211 qapi: rename *qmp-*-visitor* to *qobject-*-visitor* by Daniel P. Berrange · 8 years ago
  13. 3b098d5 qapi: Add new visit_complete() function by Eric Blake · 9 years ago
  14. e7ca565 string-output-visitor: Favor new visit_free() function by Eric Blake · 9 years ago
  15. b70ce10 qmp-input-visitor: Favor new visit_free() function by Eric Blake · 9 years ago
  16. 7a0525c string-input-visitor: Favor new visit_free() function by Eric Blake · 9 years ago
  17. 2c0ef9f qapi: Add new visit_free() function by Eric Blake · 9 years ago
  18. c7eb39c qapi: Improve use of qmp/types.h by Eric Blake · 9 years ago
  19. 79ffb27 tests: Remove unnecessary glib.h includes by Peter Maydell · 9 years ago
  20. 240f64b qapi: Use strict QMP input visitor in more places by Eric Blake · 9 years ago
  21. fc471c1 qapi: Consolidate QMP input visitor creation by Eric Blake · 9 years ago
  22. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  23. 681c28a tests: Clean up includes by Peter Maydell · 9 years ago
  24. 51e72bc qapi: Swap visit_* arguments for consistent 'name' placement by Eric Blake · 9 years ago
  25. 3f66f76 qapi: Simplify non-error testing in test-qmp-* by Eric Blake · 9 years ago
  26. 748053c qapi: Use generated TestStruct machinery in tests by Eric Blake · 9 years ago
  27. ddf2190 qapi: Unbox base members by Eric Blake · 9 years ago
  28. 6446a59 qapi: Drop tests for inline nested structs by Eric Blake · 10 years ago
  29. b6fcf32 qapi: Merge UserDefTwo and UserDefNested in tests by Eric Blake · 10 years ago
  30. 748bfb4 tests: Add missing 'static' attributes (fix warnings from smatch) by Stefan Weil · 10 years ago
  31. 297a364 qapi: Replace uncommon use of the error API by the common one by Markus Armbruster · 11 years ago
  32. cdaec38 tests: Don't call visit_end_struct() after visit_start_struct() fails by Markus Armbruster · 11 years ago
  33. aabbd47 tests/qapi-schema: Cover complex types with base by Markus Armbruster · 11 years ago
  34. 0b7593e qapi: Add human mode to StringOutputVisitor by Paolo Bonzini · 11 years ago
  35. dfc6f86 misc: Use g_assert_not_reached for code which is expected to be unreachable by Stefan Weil · 11 years ago
  36. 8addacd qapi: add native list coverage for visitor serialization tests by Michael Roth · 12 years ago
  37. 089f26b qapi: fix visitor serialization tests for numbers/doubles by Michael Roth · 12 years ago
  38. ad7f375 qapi: fix leak in unit tests by Michael Roth · 12 years ago
  39. 2bd01ac test-visitor-serialization: Fix some memory leaks by Stefan Berger · 12 years ago
  40. 7b1b5d1 qapi: move include files to include/qobject/ by Paolo Bonzini · 12 years ago
  41. 79ee7df qapi: move inclusions of qemu-common.h from headers to .c files by Paolo Bonzini · 12 years ago
  42. 0d30b0a qapi: Add String visitor coverage to serialization unit tests by Michael Roth · 13 years ago
  43. 2d49610 qapi: Unit tests for visitor-based serialization by Michael Roth · 13 years ago