1. 2e2e0df2 tests: qapi: Test 'features' of commands by Peter Krempa · 5 years ago
  2. 0ced953 qapi: Permit omitting all flat union branches by Markus Armbruster · 5 years ago
  3. f032553 qapi: Permit alternates with just one branch by Markus Armbruster · 5 years ago
  4. 675b214 qapi: Permit 'boxed' with empty type by Markus Armbruster · 5 years ago
  5. b22e865 qapi: Drop support for boxed alternate arguments by Markus Armbruster · 5 years ago
  6. 8aa3a33 tests/qapi-schema: Test for good feature lists in structs by Kevin Wolf · 6 years ago
  7. 5e12eb9 tests/qapi-schema: Cover forward reference to sub-module by Markus Armbruster · 6 years ago
  8. b359f4b tests: Rename UserDefNativeListUnion to UserDefListUnion by Markus Armbruster · 6 years ago
  9. 709395f qapi: Fix code generation for sub-modules in other directories by Markus Armbruster · 6 years ago
  10. 0f20628 tests/qapi-schema: Cover conditional arrays by Markus Armbruster · 6 years ago
  11. 3e270dc qapi: add 'if' to alternate members by Marc-André Lureau · 6 years ago
  12. a272428 qapi: add 'if' to union members by Marc-André Lureau · 6 years ago
  13. ccadd6b qapi: Add 'if' to implicit struct members by Marc-André Lureau · 6 years ago
  14. 87adbbf qapi: add a dictionary form for TYPE by Marc-André Lureau · 6 years ago
  15. 6cc32b0 qapi: add 'if' to enum members by Marc-André Lureau · 6 years ago
  16. f8c4fdd tests/qapi: Cover commands with 'if' and union / alternate 'data' by Marc-André Lureau · 6 years ago
  17. ae6bf76 tests: add a qmp success-response test by Marc-André Lureau · 7 years ago
  18. 4fd1cba Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2018-07-03-v2' into staging by Peter Maydell · 7 years ago
  19. 967c885 qapi: add 'if' to top-level expressions by Marc-André Lureau · 7 years ago
  20. c069821 qmp: Say "out-of-band" instead of "Out-Of-Band" by Markus Armbruster · 7 years ago
  21. 800877b qapi: allow empty branches in flat unions by Anton Nefedov · 7 years ago
  22. 7b13f2c tests: qapi-schema tests for allow-preconfig by Igor Mammedov · 7 years ago
  23. 1a1b11d tests: add oob-test for qapi-schema by Peter Xu · 7 years ago
  24. 4d2d5c4 qapi: Introduce a first class 'null' type by Markus Armbruster · 8 years ago
  25. 7c877c8 tests: Remove test cases for alternates of 'number' and 'int' by Marc-André Lureau · 8 years ago
  26. c064477 qapi: Reject alternates that can't work with keyval_parse() by Markus Armbruster · 8 years ago
  27. 8168ca8 tests/qapi-schema: Avoid 'str' in alternate test cases by Markus Armbruster · 8 years ago
  28. 1554a8f qapi: Have each QAPI schema declare its returns white-list by Markus Armbruster · 8 years ago
  29. 87c16dc qapi: Back out doc comments added just to please qapi.py by Markus Armbruster · 8 years ago
  30. 3313b61 qapi: add qapi2texi script by Marc-André Lureau · 8 years ago
  31. c818408 qapi: Implement boxed types for commands/events by Eric Blake · 9 years ago
  32. ac4338f qapi: Allow anonymous base for flat union by Eric Blake · 9 years ago
  33. 972a110 qapi: Fix command with named empty argument type by Eric Blake · 9 years ago
  34. 14f00c6 qapi: Rename 'fields' to 'members' in generator by Eric Blake · 9 years ago
  35. 68d0783 qapi: Add tests of complex objects within alternate by Eric Blake · 9 years ago
  36. 9d3524b qapi-visit: Honor prefix of discriminator enum by Eric Blake · 9 years ago
  37. c43567c qapi: Fix c_name() munging by Eric Blake · 9 years ago
  38. 748053c qapi: Use generated TestStruct machinery in tests by Eric Blake · 9 years ago
  39. 1976708 tests/qapi-schema: Test for reserved names, empty struct by Eric Blake · 9 years ago
  40. 9f08c8e qapi: Lazy creation of array types by Eric Blake · 9 years ago
  41. 70478ce qapi: Drop redundant flat-union-reverse-define test by Eric Blake · 9 years ago
  42. cae95ea qapi: Drop redundant returns-int test by Eric Blake · 9 years ago
  43. 625b251 qapi: Move empty-enum to compile-time test by Eric Blake · 9 years ago
  44. 9c51b44 qapi: Test use of 'number' within alternates by Eric Blake · 9 years ago
  45. d220fbc qapi: Test for various name collisions by Eric Blake · 9 years ago
  46. 28770e0 qapi: Introduce a first class 'any' type by Markus Armbruster · 9 years ago
  47. 05f43a9 qapi-event: Convert to QAPISchemaVisitor, fixing data with base by Markus Armbruster · 9 years ago
  48. 441cbac qapi-visit: Convert to QAPISchemaVisitor, fixing bugs by Markus Armbruster · 9 years ago
  49. 2b162cc qapi-types: Convert to QAPISchemaVisitor, fixing flat unions by Markus Armbruster · 9 years ago
  50. 351d36e qapi: allow override of default enum prefix naming by Daniel P. Berrange · 10 years ago
  51. 80e60a1 tests/qapi-schema: Restore test case for flat union base bug by Markus Armbruster · 10 years ago
  52. 9993877 tests/qapi-schema: Document events with base don't work by Markus Armbruster · 10 years ago
  53. 422e16a tests/qapi-schema: Document alternate's enum lacks visit function by Markus Armbruster · 10 years ago
  54. 8c3f8e7 qapi-visit: Fix generated code when schema has forward refs by Markus Armbruster · 10 years ago
  55. e3c4c3d qapi: Support downstream events and commands by Eric Blake · 10 years ago
  56. d1f07c8 qapi: Support downstream alternates by Eric Blake · 10 years ago
  57. 857af5f qapi: Support downstream flat unions by Eric Blake · 10 years ago
  58. bb33729 qapi: Support downstream simple unions by Eric Blake · 10 years ago
  59. 83a0270 qapi: Support downstream structs by Eric Blake · 10 years ago
  60. fce384b qapi: Support downstream enums by Eric Blake · 10 years ago
  61. 6446a59 qapi: Drop tests for inline nested structs by Eric Blake · 10 years ago
  62. b6fcf32 qapi: Merge UserDefTwo and UserDefNested in tests by Eric Blake · 10 years ago
  63. 895a2a8 qapi: Use 'struct' instead of 'type' in schema by Eric Blake · 10 years ago
  64. ab916fa qapi: Use 'alternate' to replace anonymous union by Eric Blake · 10 years ago
  65. ab04526 qapi: Rename anonymous union type in test by Eric Blake · 10 years ago
  66. a8d4a2e qapi: Forbid base without discriminator in unions by Eric Blake · 10 years ago
  67. cb17f79 qapi: Fix generation of 'size' builtin type by Eric Blake · 10 years ago
  68. cb55111 tests: add QMP input visitor test for unions with no discriminator by Michael Roth · 10 years ago
  69. f6dadb0 test: add test cases for qapi event by Wenchao Xia · 11 years ago
  70. 5223070 qapi script: do not allow string discriminator by Wenchao Xia · 11 years ago
  71. 2fc0043 tests/qapi-schema: Cover flat union types by Markus Armbruster · 11 years ago
  72. 7ad993b tests/qapi-schema: Cover union types with base by Markus Armbruster · 11 years ago
  73. aabbd47 tests/qapi-schema: Cover complex types with base by Markus Armbruster · 11 years ago
  74. 2c38b60 tests/qapi-schema: Cover anonymous union types by Markus Armbruster · 11 years ago
  75. c2216a8 tests/qapi-schema: Cover simple argument types by Markus Armbruster · 11 years ago
  76. ab22ad9 tests/qapi-schema: Cover optional command arguments by Markus Armbruster · 11 years ago
  77. 3953e3a OptsVisitor: introduce unit tests, with test cases for range flattening by Laszlo Ersek · 12 years ago
  78. 4f193e3 tests: Use qapi-schema-test.json as schema parser test by Markus Armbruster · 12 years ago[Renamed from qapi-schema-test.json]
  79. 83c8466 qapi: add native list coverage for QMP output visitor tests by Michael Roth · 12 years ago
  80. 9e9eace qapi: add struct-errors test case to test-qmp-output-visitor by Paolo Bonzini · 13 years ago
  81. dc8fb6d qapi: complete implementation of unions by Paolo Bonzini · 13 years ago
  82. f294f82 Introduce test-qmp-output-visitor by Luiz Capitulino · 13 years ago
  83. 501e510 qapi: test schema used for unit tests by Michael Roth · 14 years ago