summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
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
2019-07-01python/qemu: split QEMUMachine out from underneath __init__.pyJohn Snow
2019-07-01qmp: make qmp-shell work with python3Igor Mammedov
2019-06-13decodetree: Fix comparison of FieldRichard Henderson
2019-06-13Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2019-06-12' into ...Peter Maydell
2019-06-12scripts: use git archive in archive-sourceGerd Hoffmann
2019-06-12qapi: Simplify how QAPIDoc implements its state machineMarkus Armbruster
2019-06-12qapi: Allow documentation for featuresKevin Wolf
2019-06-12qapi: Disentangle QAPIDoc codeKevin Wolf
2019-06-12qapi: Add feature flags to struct typesKevin Wolf
2019-06-12scripts/clean-header-guards: Fix handling of trailing commentsMarkus Armbruster
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson
2019-06-03checkpatch: allow SPDX-License-IdentifierPeter Xu
2019-05-21update-linux-headers: handle new header fileCornelia Huck
2019-05-08Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190507'...Peter Maydell
2019-05-07QEMU_PACKED: Remove gcc_struct attribute in Windows non x86 targetsCao Jiaxi