summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* minikconf: don't print CONFIG_FOO=n linesMarc-André Lureau2019-08-211-2/+2
* kvm: vmxcap: Enhance with latest featuresJan Kiszka2019-08-201-0/+8
* decodetree: Suppress redundant declaration warningsRichard Henderson2019-08-191-0/+22
* decodetree: Allow !function with no input bitsRichard Henderson2019-08-191-11/+38
* trace: Do not include qom/cpu.h into generated trace.hMarkus Armbruster2019-08-162-1/+7
* trace: Eliminate use of TARGET_FMT_plxMarkus Armbruster2019-08-161-3/+0Star
* archive-source: also create a stash for submodulesMarc-André Lureau2019-07-231-8/+10
* create_config: remove $(CONFIG_SOFTMMU) hackPaolo Bonzini2019-07-151-1/+1
* checkpatch: detect doubly-encoded UTF-8Paolo Bonzini2019-07-151-0/+16
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-07-083-2/+8
|\
| * Makefile: generate header file with the list of devices enabledJulio Montes2019-07-051-0/+2
| * minikconf: do not include variables from MINIKCONF_ARGS in config-all-devices...Paolo Bonzini2019-07-051-1/+4
| * checkpatch: do not warn for multiline parenthesized returned valuePaolo Bonzini2019-07-051-1/+2
* | python/qemu: split QEMUMachine out from underneath __init__.pyJohn Snow2019-07-022-2/+2
* | qmp: make qmp-shell work with python3Igor Mammedov2019-07-021-1/+4
|/
* decodetree: Fix comparison of FieldRichard Henderson2019-06-131-1/+1
* Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2019-06-12' into ...Peter Maydell2019-06-135-41/+229
|\
| * qapi: Simplify how QAPIDoc implements its state machineMarkus Armbruster2019-06-121-57/+68
| * qapi: Allow documentation for featuresKevin Wolf2019-06-122-4/+51
| * qapi: Disentangle QAPIDoc codeKevin Wolf2019-06-121-25/+102
| * qapi: Add feature flags to struct typesKevin Wolf2019-06-125-14/+67
* | scripts: use git archive in archive-sourceGerd Hoffmann2019-06-121-41/+31Star
|/
* scripts/clean-header-guards: Fix handling of trailing commentsMarkus Armbruster2019-06-121-5/+7
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-126-8/+0Star
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-2/+0Star
* cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson2019-06-101-1/+1
* checkpatch: allow SPDX-License-IdentifierPeter Xu2019-06-031-1/+2
* update-linux-headers: handle new header fileCornelia Huck2019-05-211-0/+3
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190507'...Peter Maydell2019-05-081-1/+6
|\
| * QEMU_PACKED: Remove gcc_struct attribute in Windows non x86 targetsCao Jiaxi2019-05-071-1/+6
* | decodetree: Add DisasContext argument to !function expandersRichard Henderson2019-05-061-4/+5
* | decodetree: Expand a decode_load functionRichard Henderson2019-05-061-3/+172
* | decodetree: Initial support for variable-length ISAsRichard Henderson2019-05-061-12/+37
|/
* build-sys: move slirp as git submodule projectMarc-André Lureau2019-05-031-1/+1
* scripts/update-linux-headers: add linux/mman.hZhang Yi2019-04-251-3/+3
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-03-281-1/+1
|\
| * minikconf: fix parser typoPaolo Bonzini2019-03-201-1/+1
* | scripts/cleanup-trace-events: Update for current practiceMarkus Armbruster2019-03-221-5/+14
* | trace: avoid SystemTap dtrace(1) warnings on empty filesStefan Hajnoczi2019-03-221-0/+5
* | scripts/make-release: Stop shipping u-boot source as a tarballPeter Maydell2019-03-181-4/+0Star
|/
* Merge remote-tracking branch 'remotes/rth/tags/pull-dt-20190312' into stagingPeter Maydell2019-03-131-168/+165Star
|\
| * decodetree: Properly diagnose fields overflowing an insnRichard Henderson2019-03-121-0/+2
| * decodetree: Prefix extract function names with decode_functionRichard Henderson2019-03-121-1/+2
| * decodetree: Allow +- to begin a number initializing a fieldRichard Henderson2019-03-121-1/+1
| * decodetree: Produce clean output for an empty input fileRichard Henderson2019-03-121-7/+8
| * decodetree: Add --static-decode optionRichard Henderson2019-03-121-1/+4
| * decodetree: Allow grouping of overlapping patternsRichard Henderson2019-03-121-22/+143
| * decodetree: Do not unconditionaly return from Pattern.output_codeRichard Henderson2019-03-121-3/+4
| * decodetree: Ensure build_tree does not include values outside insnmaskPhilippe Mathieu-Daudé2019-03-121-1/+1
| * decodetree: Move documentation to docs/devel/decodetree.rstRichard Henderson2019-03-121-133/+1Star