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