aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2019-09-24qapi: Normalize 'if' in check_exprs(), like other sugarMarkus Armbruster1-11/+15
2019-09-24qapi: Fix missing 'if' checks in struct, union, alternate 'data'Markus Armbruster1-0/+3
2019-09-24qapi: Reject blank 'if' conditions in addition to empty onesMarkus Armbruster1-2/+3
2019-09-24qapi: Fix broken discriminator error messagesMarkus Armbruster1-5/+4
2019-09-24qapi: Remove null from schema languageMarkus Armbruster1-4/+0
2019-09-24qapi: Improve reporting of lexical errorsMarkus Armbruster1-1/+5
2019-09-24qapi: Use quotes more consistently in frontend error messagesMarkus Armbruster1-18/+19
2019-09-24qapi: Tweak code to match docs/devel/qapi-code-gen.txtMarkus Armbruster1-12/+12
2019-09-24qapi: Adjust frontend errors to say enum value, not memberMarkus Armbruster2-4/+9
2019-09-24qapi: Permit omitting all flat union branchesMarkus Armbruster1-8/+8
2019-09-24qapi: Permit alternates with just one branchMarkus Armbruster1-4/+2
2019-09-24qapi: Permit 'boxed' with empty typeMarkus Armbruster3-19/+9
2019-09-24qapi: Drop support for escape sequences other than \\Markus Armbruster1-23/+3
2019-09-24qapi: Restrict strings to printable ASCIIMarkus Armbruster1-17/+11
2019-09-24qapi: Drop support for boxed alternate argumentsMarkus Armbruster1-11/+4
2019-09-24qapi: Drop check_type()'s redundant parameter @allow_optionalMarkus Armbruster1-9/+8
2019-09-24scripts/git.orderfile: Match QAPI schema more preciselyMarkus Armbruster1-2/+2
2019-09-18trace: Forbid event format ending with newline characterPhilippe Mathieu-Daudé1-0/+3
2019-09-05docs: convert README, CODING_STYLE and HACKING to RST syntaxDaniel P. Berrangé1-1/+1
2019-08-21minikconf: don't print CONFIG_FOO=n linesMarc-André Lureau1-2/+2
2019-08-20kvm: vmxcap: Enhance with latest featuresJan Kiszka1-0/+8
2019-08-19decodetree: Suppress redundant declaration warningsRichard Henderson1-0/+22
2019-08-19decodetree: Allow !function with no input bitsRichard Henderson1-11/+38
2019-08-16trace: Do not include qom/cpu.h into generated trace.hMarkus Armbruster2-1/+7
2019-08-16trace: Eliminate use of TARGET_FMT_plxMarkus Armbruster1-3/+0
2019-07-23archive-source: also create a stash for submodulesMarc-André Lureau1-8/+10
2019-07-15create_config: remove $(CONFIG_SOFTMMU) hackPaolo Bonzini1-1/+1
2019-07-15checkpatch: detect doubly-encoded UTF-8Paolo Bonzini1-0/+16
2019-07-08Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell3-2/+8
2019-07-05Makefile: generate header file with the list of devices enabledJulio Montes1-0/+2
2019-07-05minikconf: do not include variables from MINIKCONF_ARGS in config-all-devices...Paolo Bonzini1-1/+4
2019-07-05checkpatch: do not warn for multiline parenthesized returned valuePaolo Bonzini1-1/+2
2019-07-01python/qemu: split QEMUMachine out from underneath __init__.pyJohn Snow2-2/+2
2019-07-01qmp: make qmp-shell work with python3Igor Mammedov1-1/+4
2019-06-13decodetree: Fix comparison of FieldRichard Henderson1-1/+1
2019-06-13Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2019-06-12' into ...Peter Maydell5-41/+229
2019-06-12scripts: use git archive in archive-sourceGerd Hoffmann1-41/+31
2019-06-12qapi: Simplify how QAPIDoc implements its state machineMarkus Armbruster1-57/+68
2019-06-12qapi: Allow documentation for featuresKevin Wolf2-4/+51
2019-06-12qapi: Disentangle QAPIDoc codeKevin Wolf1-25/+102
2019-06-12qapi: Add feature flags to struct typesKevin Wolf5-14/+67
2019-06-12scripts/clean-header-guards: Fix handling of trailing commentsMarkus Armbruster1-5/+7
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster6-8/+0
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-2/+0
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson1-1/+1
2019-06-03checkpatch: allow SPDX-License-IdentifierPeter Xu1-1/+2
2019-05-21update-linux-headers: handle new header fileCornelia Huck1-0/+3
2019-05-08Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190507'...Peter Maydell1-1/+6
2019-05-07QEMU_PACKED: Remove gcc_struct attribute in Windows non x86 targetsCao Jiaxi1-1/+6
2019-05-06decodetree: Add DisasContext argument to !function expandersRichard Henderson1-4/+5