summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2019-09-28qapi: Move check for reserved names out of add_name()Markus Armbruster
2019-09-28qapi: Report invalid '*' prefix like any other invalid nameMarkus Armbruster
2019-09-28qapi: Use check_name_str() where it sufficesMarkus Armbruster
2019-09-28qapi: Improve reporting of invalid name errorsMarkus Armbruster
2019-09-28qapi: Reorder check_FOO() parameters for consistencyMarkus Armbruster
2019-09-28qapi: Improve reporting of member name clashesMarkus Armbruster
2019-09-28qapi: Change frontend error messages to start with lower caseMarkus Armbruster
2019-09-28qapi: Clean up member name case checkingMarkus Armbruster
2019-09-28qapi: Prefix frontend errors with an "in definition" lineMarkus Armbruster
2019-09-28qapi: New QAPISourceInfo, replacing dictMarkus Armbruster
2019-09-28qapi: Rename .owner to .defined_inMarkus Armbruster
2019-09-28qapi: Tighten QAPISchemaFOO.check() assertionsMarkus Armbruster
2019-09-24qapi: Assert .visit() and .check_clash() run only after .check()Markus Armbruster
2019-09-24qapi: Fix excessive QAPISchemaEntity.check() recursionMarkus Armbruster
2019-09-24qapi: Fix to .check() empty structs just onceMarkus Armbruster
2019-09-24qapi: Delete useless check_exprs() code for simple union kindMarkus Armbruster
2019-09-24qapi: Clean up around check_known_keys()Markus Armbruster
2019-09-24qapi: Simplify check_keys()Markus Armbruster
2019-09-24qapi: Normalize 'if' in check_exprs(), like other sugarMarkus Armbruster
2019-09-24qapi: Fix missing 'if' checks in struct, union, alternate 'data'Markus Armbruster
2019-09-24qapi: Reject blank 'if' conditions in addition to empty onesMarkus Armbruster
2019-09-24qapi: Fix broken discriminator error messagesMarkus Armbruster
2019-09-24qapi: Remove null from schema languageMarkus Armbruster
2019-09-24qapi: Improve reporting of lexical errorsMarkus Armbruster
2019-09-24qapi: Use quotes more consistently in frontend error messagesMarkus Armbruster
2019-09-24qapi: Tweak code to match docs/devel/qapi-code-gen.txtMarkus Armbruster
2019-09-24qapi: Adjust frontend errors to say enum value, not memberMarkus Armbruster
2019-09-24qapi: Permit omitting all flat union branchesMarkus Armbruster
2019-09-24qapi: Permit alternates with just one branchMarkus Armbruster
2019-09-24qapi: Permit 'boxed' with empty typeMarkus Armbruster
2019-09-24qapi: Drop support for escape sequences other than \\Markus Armbruster
2019-09-24qapi: Restrict strings to printable ASCIIMarkus Armbruster
2019-09-24qapi: Drop support for boxed alternate argumentsMarkus Armbruster
2019-09-24qapi: Drop check_type()'s redundant parameter @allow_optionalMarkus Armbruster
2019-09-24scripts/git.orderfile: Match QAPI schema more preciselyMarkus Armbruster
2019-09-18trace: Forbid event format ending with newline characterPhilippe Mathieu-Daudé
2019-09-05docs: convert README, CODING_STYLE and HACKING to RST syntaxDaniel P. Berrangé
2019-08-21minikconf: don't print CONFIG_FOO=n linesMarc-André Lureau
2019-08-20kvm: vmxcap: Enhance with latest featuresJan Kiszka
2019-08-19decodetree: Suppress redundant declaration warningsRichard Henderson
2019-08-19decodetree: Allow !function with no input bitsRichard Henderson
2019-08-16trace: Do not include qom/cpu.h into generated trace.hMarkus Armbruster
2019-08-16trace: Eliminate use of TARGET_FMT_plxMarkus Armbruster
2019-07-23archive-source: also create a stash for submodulesMarc-André Lureau
2019-07-15create_config: remove $(CONFIG_SOFTMMU) hackPaolo Bonzini
2019-07-15checkpatch: detect doubly-encoded UTF-8Paolo Bonzini
2019-07-08Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2019-07-05Makefile: generate header file with the list of devices enabledJulio Montes
2019-07-05minikconf: do not include variables from MINIKCONF_ARGS in config-all-devices...Paolo Bonzini
2019-07-05checkpatch: do not warn for multiline parenthesized returned valuePaolo Bonzini