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