1. a27ff0a scripts/qapi: Remove texinfo generation support by Peter Maydell · 4 years, 5 months ago
  2. ca1145e tests/qapi-schema: Add test of the rST QAPI doc-comment output by Peter Maydell · 4 years, 5 months ago
  3. b09c8f7 tests/qapi-schema: Convert doc-good.json to rST-style strong/emphasis by Peter Maydell · 4 years, 5 months ago
  4. a69a6d4 scripts/qapi/parser.py: improve doc comment indent handling by Peter Maydell · 4 years, 5 months ago
  5. 99dff36 scripts/qapi: Move doc-comment whitespace stripping to doc.py by Peter Maydell · 4 years, 5 months ago
  6. 63a97cf tests/qapi/doc-good.json: Prepare for qapi-doc Sphinx extension by Peter Maydell · 4 years, 5 months ago
  7. a84258e meson: Use -b to ignore CR vs. CR-LF issues on Windows by Yonggang Luo · 4 years, 5 months ago
  8. dcdc07a qapi: Make section headings start a new doc comment block by Markus Armbruster · 5 years ago
  9. d98884b qapi: Reject section markup in definition documentation by Markus Armbruster · 5 years ago
  10. 3afe7ab meson: convert check-qapi-schema by Paolo Bonzini · 5 years ago
  11. f7160f3 schemas: Add vim modeline by Andrea Bolognani · 4 years, 7 months ago
  12. f965e8f qapi: New special feature flag "deprecated" by Markus Armbruster · 5 years ago
  13. 84ab008 qapi: Add feature flags to struct members by Markus Armbruster · 5 years ago
  14. 7b3bc9e qapi: Consistently put @features parameter right after @ifcond by Markus Armbruster · 5 years ago
  15. 013b4ef qapi: Add feature flags to remaining definitions by Markus Armbruster · 5 years ago
  16. ed39c03 qapi: Drop conditionals for Python 2 by Markus Armbruster · 5 years ago
  17. 423edd9 drop "from __future__ import print_function" by Paolo Bonzini · 5 years ago
  18. c88ee46 tests: Explicit usage of Python 3 by Philippe Mathieu-Daudé · 5 years ago
  19. 3e7fb58 qapi: Fix code generation for empty modules by Markus Armbruster · 5 years ago
  20. e151941 qapi: Check feature documentation against the schema by Markus Armbruster · 5 years ago
  21. e4def78 qapi: Polish reporting of bogus member documentation by Markus Armbruster · 5 years ago
  22. bf83f04 qapi: Fix doc comment checking for commands and events by Markus Armbruster · 5 years ago
  23. 36a4390 qapi: Fix enum doc comment checking by Markus Armbruster · 5 years ago
  24. b621a26 qapi: Implement boxed event argument documentation by Markus Armbruster · 5 years ago
  25. a0418a4 tests/qapi-schema: Fix feature documentation testing by Markus Armbruster · 5 years ago
  26. f6401de tests/qapi-schema: Cover alternate documentation comments by Markus Armbruster · 5 years ago
  27. 717cfcf tests/qapi-schema: Demonstrate command and event doc comment bugs by Markus Armbruster · 5 years ago
  28. f035b47 tests/qapi-schema: Demonstrate feature and enum doc comment bugs by Markus Armbruster · 5 years ago
  29. 79598c8 tests/qapi-schema: Cover feature documentation comments by Markus Armbruster · 5 years ago
  30. 2e2e0df2 tests: qapi: Test 'features' of commands by Peter Krempa · 5 years ago
  31. 23394b4 qapi: Add feature flags to commands by Peter Krempa · 5 years ago
  32. 758f272 tests/qapi-schema: Tidy up test output indentation by Markus Armbruster · 5 years ago
  33. e6c42b9 qapi: Split up scripts/qapi/common.py by Markus Armbruster · 5 years ago
  34. f01338c qapi: Speed up frontend tests by Markus Armbruster · 5 years ago
  35. c615550 qapi: Improve source file read error handling by Markus Armbruster · 5 years ago
  36. 56d2df5 qapi: Improve reporting of redefinition by Markus Armbruster · 5 years ago
  37. f633269 qapi: Improve reporting of missing documentation comment by Markus Armbruster · 5 years ago
  38. fab1237 qapi: Improve reporting of invalid 'if' further by Markus Armbruster · 5 years ago
  39. eeb57c8 qapi: Avoid redundant definition references in error messages by Markus Armbruster · 5 years ago
  40. 3f58cc2 qapi: Improve reporting of missing / unknown definition keys by Markus Armbruster · 5 years ago
  41. a6735a5 qapi: Improve reporting of invalid flags by Markus Armbruster · 5 years ago
  42. 576f0b8 qapi: Improve reporting of invalid 'if' errors by Markus Armbruster · 5 years ago
  43. 4ebda5a qapi: Move context-free checking to the proper place by Markus Armbruster · 5 years ago
  44. fa110c6 qapi: Move context-sensitive checking to the proper place by Markus Armbruster · 5 years ago
  45. 67fa64c qapi: Move check for reserved names out of add_name() by Markus Armbruster · 5 years ago
  46. 64e04f7 qapi: Report invalid '*' prefix like any other invalid name by Markus Armbruster · 5 years ago
  47. d7bc17c qapi: Improve reporting of invalid name errors by Markus Armbruster · 5 years ago
  48. 481a6bd qapi: Improve reporting of member name clashes by Markus Armbruster · 5 years ago
  49. 2ab218a qapi: Change frontend error messages to start with lower case by Markus Armbruster · 5 years ago
  50. 638c4af qapi: Clean up member name case checking by Markus Armbruster · 5 years ago
  51. 7be6c51 qapi: Prefix frontend errors with an "in definition" line by Markus Armbruster · 5 years ago
  52. dec0012 qapi: Fix missing 'if' checks in struct, union, alternate 'data' by Markus Armbruster · 5 years ago
  53. c2c7065 qapi: Reject blank 'if' conditions in addition to empty ones by Markus Armbruster · 5 years ago
  54. 887a206 qapi: Fix broken discriminator error messages by Markus Armbruster · 5 years ago
  55. 9d55380 qapi: Remove null from schema language by Markus Armbruster · 5 years ago
  56. 14c3279 qapi: Improve reporting of lexical errors by Markus Armbruster · 5 years ago
  57. 9f5e6b0 qapi: Use quotes more consistently in frontend error messages by Markus Armbruster · 5 years ago
  58. 4d42815 tests/qapi-schema: Demonstrate suboptimal lexical errors by Markus Armbruster · 5 years ago
  59. ef91ab0 tests/qapi-schema: Demonstrate insufficient 'if' checking by Markus Armbruster · 5 years ago
  60. 31248b9 tests/qapi-schema: Demonstrate broken discriminator errors by Markus Armbruster · 5 years ago
  61. cd346bd tests/qapi-schema: Demonstrate misleading optional tag error by Markus Armbruster · 5 years ago
  62. 352ada9 tests/qapi-schema: Delete two redundant tests by Markus Armbruster · 5 years ago
  63. 137cf6a tests/qapi-schema: Cover unknown pragma by Markus Armbruster · 5 years ago
  64. 8d40738 qapi: Tweak code to match docs/devel/qapi-code-gen.txt by Markus Armbruster · 5 years ago
  65. 398969f qapi: Adjust frontend errors to say enum value, not member by Markus Armbruster · 5 years ago
  66. 0ced953 qapi: Permit omitting all flat union branches by Markus Armbruster · 5 years ago
  67. f032553 qapi: Permit alternates with just one branch by Markus Armbruster · 5 years ago
  68. 675b214 qapi: Permit 'boxed' with empty type by Markus Armbruster · 5 years ago
  69. 9b4416b qapi: Drop support for escape sequences other than \\ by Markus Armbruster · 5 years ago
  70. 56a8caf qapi: Restrict strings to printable ASCII by Markus Armbruster · 5 years ago
  71. 05d6ecd tests/qapi-schema: Demonstrate bad reporting of funny characters by Markus Armbruster · 5 years ago
  72. b22e865 qapi: Drop support for boxed alternate arguments by Markus Armbruster · 5 years ago
  73. a00af40 tests/qapi-schema: Error case tests for features in structs by Kevin Wolf · 6 years ago
  74. 8aa3a33 tests/qapi-schema: Test for good feature lists in structs by Kevin Wolf · 6 years ago
  75. 6a8c0b5 qapi: Add feature flags to struct types by Kevin Wolf · 6 years ago
  76. 56a4689 qapi: Fix array first used in a different module by Markus Armbruster · 6 years ago
  77. 5e12eb9 tests/qapi-schema: Cover forward reference to sub-module by Markus Armbruster · 6 years ago
  78. b359f4b tests: Rename UserDefNativeListUnion to UserDefListUnion by Markus Armbruster · 6 years ago
  79. 709395f qapi: Fix code generation for sub-modules in other directories by Markus Armbruster · 6 years ago
  80. 0f20628 tests/qapi-schema: Cover conditional arrays by Markus Armbruster · 6 years ago
  81. ca0ac75 tests/qapi-schema: Make test-qapi.py print arrays by Markus Armbruster · 6 years ago
  82. dcac647 qapi: Clean up modular built-in code generation a bit by Markus Armbruster · 6 years ago
  83. 01ae9cc qapi: add condition to variants documentation by Marc-André Lureau · 6 years ago
  84. 8867bf0 qapi: add 'If:' condition to struct members documentation by Marc-André Lureau · 6 years ago
  85. a35c9bf qapi: add 'If:' condition to enum values documentation by Marc-André Lureau · 6 years ago
  86. 3e270dc qapi: add 'if' to alternate members by Marc-André Lureau · 6 years ago
  87. a272428 qapi: add 'if' to union members by Marc-André Lureau · 6 years ago
  88. ccadd6b qapi: Add 'if' to implicit struct members by Marc-André Lureau · 6 years ago
  89. 87adbbf qapi: add a dictionary form for TYPE by Marc-André Lureau · 6 years ago
  90. 6cc32b0 qapi: add 'if' to enum members by Marc-André Lureau · 6 years ago
  91. ea738b2 qapi: add a dictionary form with 'name' key for enum members by Marc-André Lureau · 6 years ago
  92. 7e80d48 qapi: improve reporting of unknown or missing keys by Marc-André Lureau · 6 years ago
  93. 1e381b6 tests: print enum type members more like object type members by Marc-André Lureau · 6 years ago
  94. 1962bd3 qapi: change enum visitor and gen_enum* to take QAPISchemaMember by Marc-André Lureau · 6 years ago
  95. f8c4fdd tests/qapi: Cover commands with 'if' and union / alternate 'data' by Marc-André Lureau · 6 years ago
  96. ae6bf76 tests: add a qmp success-response test by Marc-André Lureau · 6 years ago
  97. b736e25 qapi: Fix some pycodestyle-3 complaints by Markus Armbruster · 7 years ago
  98. 4fd1cba Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2018-07-03-v2' into staging by Peter Maydell · 7 years ago
  99. 901a34a qapi: add 'If:' section to generated documentation by Marc-André Lureau · 7 years ago
  100. fbf09a2 qapi: add 'ifcond' to visitor methods by Marc-André Lureau · 7 years ago