summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* minikconf: fix parser typoPaolo Bonzini2019-03-201-1/+1
* 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
* | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-03-1...Peter Maydell2019-03-121-2/+4
|\ \
| * | scripts/qemugdb: re-license timers.py to GPLv2 or laterAlex Bennée2019-03-121-2/+4
| |/
* | Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'...Peter Maydell2019-03-121-2/+2
|\ \ | |/ |/|
| * qmp-shell: fix nested json regressionMarc-André Lureau2019-03-111-2/+2
* | qemugdb: fix licensingPaolo Bonzini2019-03-114-20/+8Star
|/
* minikconfig: implement allnoconfig and defconfig modesPaolo Bonzini2019-03-071-5/+34
* build: switch to KconfigPaolo Bonzini2019-03-071-30/+0Star
* kconfig: introduce kconfig filesPaolo Bonzini2019-03-071-3/+32
* minikconfig: add semantic analysisPaolo Bonzini2019-03-071-9/+135
* minikconfig: add ASTPaolo Bonzini2019-03-071-19/+102
* minikconfig: add parser skeletonPaolo Bonzini2019-03-071-0/+441
* Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request' i...Peter Maydell2019-03-078-889/+11Star
|\
| * Introduce a Python module structureCleber Rosa2019-02-228-890/+11Star
* | qapi: Fix array first used in a different moduleMarkus Armbruster2019-03-051-4/+5
* | qapi: Fix code generation for sub-modules in other directoriesMarkus Armbruster2019-03-051-12/+21
* | qapi: Pass file name to QAPIGen constructor instead of methodsMarkus Armbruster2019-03-053-36/+38
* | iotests: Let 045 be run concurrentlyMax Reitz2019-02-251-3/+2Star
|/
* Revert "qapi-events: add 'if' condition to implicit event enum"Markus Armbruster2019-02-181-1/+3
* qapi: Generate QAPIEvent stuff into separate filesMarkus Armbruster2019-02-181-11/+21
* qapi: Prepare for system modules other than 'builtin'Markus Armbruster2019-02-183-12/+27
* qapi: Clean up modular built-in code generation a bitMarkus Armbruster2019-02-185-10/+22
* qemugdb/coroutine: fix arch_prctl has unknown return typeVladimir Sementsov-Ogievskiy2019-02-121-1/+1
* scripts/qemu.py: allow arches use KVM for their 32bit cousinsAlex Bennée2019-02-081-2/+10
* archive-source.sh: Clone the submodules locallyPhilippe Mathieu-Daudé2019-02-081-0/+7
* Merge remote-tracking branch 'remotes/elmarco/tags/dump-pull-request' into st...Peter Maydell2019-02-071-0/+1
|\
| * dump: Set correct vaddr for ELF dumpJon Doron2019-02-061-0/+1
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-02-053-0/+8
|\ \ | |/ |/|
| * i386: import & use bootparam.hLi Zhijian2019-02-051-0/+6
| * tap: flush STDOUT on newlinePaolo Bonzini2019-02-052-0/+2
* | scripts/update-linux-headers.sh: adjust for Linux 4.21-rc1 (or 5.0-rc1)Paolo Bonzini2019-02-041-0/+11
|/
* qtest.py: Wait for the result of qtest commandsAlberto Garcia2019-02-011-0/+6
* Merge remote-tracking branch 'remotes/xanclic/tags/pull-block-2019-01-31' int...Peter Maydell2019-01-311-0/+120
|\
| * scripts: add render_block_graph function for QEMUMachineVladimir Sementsov-Ogievskiy2019-01-311-0/+120
* | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2019-01-314-0/+448
|\ \ | |/ |/|
| * trace: add ability to do simple printf logging via systemtapDaniel P. Berrangé2019-01-243-0/+442
| * trace: forbid use of %m in trace event format stringsDaniel P. Berrangé2019-01-241-0/+4
| * trace: enforce that every trace-events file has a final newlineDaniel P. Berrangé2019-01-241-0/+2
* | checkpatch: Don't emit spurious warnings about block commentsPeter Maydell2019-01-291-1/+1
* | decodetree: re.fullmatch was added in 3.4Paolo Bonzini2019-01-251-1/+1