2590 Commits (4d6ae2df56b7ef7a479a1656872a95e0ed23f2d9)

Author SHA1 Message Date
Ilya Leoshkevich 1f2355f53c meson: Make DEBUG_REMAP a meson option 2 years ago
Philippe Mathieu-Daudé 1dfd42c426 hw/rdma: Remove deprecated pvrdma device and rdmacm-mux helper 2 years ago
Philippe Mathieu-Daudé 6c3014858c target/nios2: Remove the deprecated Nios II target 2 years ago
Markus Armbruster 060b5a9323 qapi: Dumb down QAPISchema.lookup_entity() 2 years ago
Markus Armbruster 99e75d8c2a qapi: Tighten check whether implicit object type already exists 2 years ago
John Snow 8d413dbd5d qapi/schema: remove unnecessary asserts 2 years ago
John Snow aa1fed9f54 qapi/schema: turn on mypy strictness 2 years ago
John Snow 4ed3fe0822 qapi/schema: add type hints 2 years ago
John Snow d5e2f3d03c qapi/parser.py: assert member.info is present in connect_member 2 years ago
John Snow 7c6e446476 qapi/parser: demote QAPIExpression to Dict[str, Any] 2 years ago
John Snow 7e09dd686f qapi/schema: assert inner type of QAPISchemaVariants in check_clash() 2 years ago
John Snow 583f4d6fdd qapi/schema: fix typing for QAPISchemaVariants.tag_member 2 years ago
John Snow 9beda22dcb qapi/schema: Don't initialize "members" with `None` 2 years ago
John Snow 875f624232 qapi/schema: add _check_complete flag 2 years ago
John Snow 8b9e7fd3b3 qapi/schema: assert info is present when necessary 2 years ago
John Snow 8c91329ff0 qapi/schema: fix QAPISchemaArrayType.check's call to resolve_type 2 years ago
Markus Armbruster 7191400a44 qapi: Assert built-in types exist 2 years ago
John Snow 802a3e3f74 qapi/schema: assert resolve_type has 'info' and 'what' args on error 2 years ago
John Snow 10755a9536 qapi/schema: add type narrowing to lookup_type() 2 years ago
John Snow 9bda6c7d11 qapi/schema: adjust type narrowing for mypy's benefit 2 years ago
John Snow d150be3d54 qapi/schema: make c_type() and json_type() abstract methods 2 years ago
John Snow 578cd9329b qapi/schema: declare type for QAPISchemaArrayType.element_type 2 years ago
John Snow ec103961bf qapi/schema: declare type for QAPISchemaObjectTypeMember.type 2 years ago
John Snow 2418d1c43a qapi: create QAPISchemaDefinition 2 years ago
John Snow ce7fde0630 qapi/schema: add pylint suppressions 2 years ago
John Snow cebc18810a qapi: sort pylint suppressions 2 years ago
John Snow 2daf52df8b qapi/parser: shush up pylint 2 years ago
John Snow 4f8f199fa5 qapi/parser: fix typo - self.returns.info => self.errors.info 2 years ago
Philippe Mathieu-Daudé ef929281f1 qapi: Inline and remove QERR_INVALID_PARAMETER_TYPE definition 2 years ago
Michael Roth b40b8eb609 scripts/update-linux-headers: Add bits.h to file imports 2 years ago
Michael Roth 66210a1a30 scripts/update-linux-headers: Add setup_data.h to import list 3 years ago
Daniel P. Berrangé 081340d1dd tracetool: remove redundant --target-type / --target-name args 3 years ago
Michael Tokarev 9bc9e95119 make-release: switch to .xz format by default 2 years ago
Paolo Bonzini 2f3e5e4c08 run-coverity-scan: add --check-upload-only option 2 years ago
Markus Armbruster e1f684ea2e qapi: Reject "Returns" section when command doesn't return anything 2 years ago
Markus Armbruster 3a025d3d1f qapi: New documentation section tag "Errors" 2 years ago
Markus Armbruster 51e97c14fb qapi: Slightly clearer error message for invalid "Returns" section 2 years ago
Markus Armbruster ba7f63f9a4 qapi: Memorize since & returns sections 2 years ago
Akihiko Odaki eb37086fb0 gdbstub: Add members to identify registers to GDBFeature 2 years ago
Markus Armbruster adb0193b90 qapi: Divorce QAPIDoc from QAPIParseError 3 years ago
Markus Armbruster 629c5075aa qapi: Reject multiple and empty feature descriptions 3 years ago
Markus Armbruster 3d035cd2cc qapi: Rewrite doc comment parser 3 years ago
Markus Armbruster 0b82a7440c qapi: Merge adjacent untagged sections 3 years ago
Markus Armbruster fedc04c9fc qapi: Call QAPIDoc.check() always 3 years ago
Markus Armbruster 66227e9047 qapi: Recognize section tags and 'Features:' only after blank line 3 years ago
Markus Armbruster d23055b8db qapi: Require descriptions and tagged sections to be indented 3 years ago
Markus Armbruster 56c64dd60a qapi: Reject section heading in the middle of a doc comment 3 years ago
Markus Armbruster 31c54b92ad qapi: Rename QAPIDoc.Section.name to .tag 3 years ago
Markus Armbruster 573e2223f9 qapi: Improve error message for empty doc sections 3 years ago
Markus Armbruster bf00dc19f3 qapi: Improve error position for bogus invalid "Returns" section 3 years ago