summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* fuzz: add oss-fuzz build-scriptAlexander Bulekov2020-06-151-0/+105
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-06-133-55/+89
|\
| * checkpatch: reversed logic with acpi test checksMichael S. Tsirkin2020-06-121-1/+1
| * run-coverity-scan: support --update-tools-only --dockerPaolo Bonzini2020-06-101-16/+23
| * run-coverity-scan: download tools outside the containerPaolo Bonzini2020-06-102-21/+24
| * run-coverity-scan: use --no-update-tools in docker runPaolo Bonzini2020-06-101-6/+5Star
| * run-coverity-scan: add --no-update-tools optionPaolo Bonzini2020-06-101-14/+23
| * run-coverity-scan: use docker.pyPaolo Bonzini2020-06-102-12/+22
| * run-coverity-scan: get Coverity token and email from special git config sectionPaolo Bonzini2020-06-101-9/+15
* | Merge remote-tracking branch 'remotes/rth/tags/pull-dt-20200609' into stagingPeter Maydell2020-06-111-217/+294
|\ \
| * | decodetree: Drop check for less than 2 patterns in a groupRichard Henderson2020-06-091-2/+0Star
| * | decodetree: Implement non-overlapping groupsRichard Henderson2020-06-081-4/+14
| * | decodetree: Move semantic propagation into classesRichard Henderson2020-06-081-210/+252
| * | decodetree: Allow group covering the entire insn spaceRichard Henderson2020-06-081-3/+11
| * | decodetree: Split out MultiPattern from IncMultiPatternRichard Henderson2020-06-081-11/+26
| * | decodetree: Rename MultiPattern to IncMultiPatternRichard Henderson2020-06-081-7/+7
| * | decodetree: Tidy error_with_fileRichard Henderson2020-06-081-10/+14
| |/
* | scripts/coverity-scan: Remove flex/bison packagesPhilippe Mathieu-Daudé2020-06-081-2/+0Star
* | scripts/clean-includes: Mark 'qemu/qemu-plugin.h' as special headerPhilippe Mathieu-Daudé2020-06-081-0/+1
|/
* python: remove more instances of sys.version_infoJohn Snow2020-05-313-24/+9Star
* scripts/qmp: Fix shebang and importsJohn Snow2020-05-316-6/+18
* scripts/modules/module_block: Use Python 3 interpreter & add pseudo-mainPhilippe Mathieu-Daudé2020-05-311-14/+15
* scripts/kvm/vmxcap: Use Python 3 interpreter and add pseudo-main()Philippe Mathieu-Daudé2020-05-311-3/+4
* scripts/qmp: Use Python 3 interpreterPhilippe Mathieu-Daudé2020-05-314-4/+4
* scripts/qemu-gdb: Use Python 3 interpreterPhilippe Mathieu-Daudé2020-05-311-2/+2
* scripts/qemugdb: Remove shebang headerPhilippe Mathieu-Daudé2020-05-316-11/+4Star
* checkpatch: ignore allowed diff listMichael S. Tsirkin2020-05-041-5/+6
* checkpatch: fix acpi check with multiple file nameMichael S. Tsirkin2020-05-041-10/+12
* qapi: Generate simpler marshalling code when no argumentsMarkus Armbruster2020-04-301-16/+24
* qapi: Disallow qmp_marshal_FOO(NULL, ...)Markus Armbruster2020-04-301-24/+2Star
* qapi: Assert non-input visitors see only valid alternate tagsMarkus Armbruster2020-04-301-0/+1
* qapi: Clean up visitor's recovery from input with invalid typeMarkus Armbruster2020-04-301-0/+3
* qapi: Assert incomplete object occurs only in dealloc visitorMarkus Armbruster2020-04-301-0/+4
* kernel-doc: Use c:struct for Sphinx 3.0 and laterPeter Maydell2020-04-141-1/+15
* scripts/kernel-doc: Add missing close-paren in c:function directivesPeter Maydell2020-04-141-1/+1
* scripts/coverity-scan: Add Docker supportPeter Maydell2020-04-142-0/+221
* scripts/run-coverity-scan: Script to run Coverity Scan buildPeter Maydell2020-04-141-0/+311
* scripts/coccinelle: add error-use-after-free.cocciVladimir Sementsov-Ogievskiy2020-04-041-0/+52
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2020-03-311-0/+25
|\
| * checkpatch: enforce process for expected filesMichael S. Tsirkin2020-03-291-0/+25
* | decodetree: Use Python3 floor division operatorPhilippe Mathieu-Daudé2020-03-301-2/+2
|/
* Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.0-pull-re...Peter Maydell2020-03-203-0/+208
|\
| * scripts: add a script to generate syscall_nr.hLaurent Vivier2020-03-201-0/+102
| * linux-user,mips: update syscall-args-o32.c.incLaurent Vivier2020-03-201-0/+57
| * linux-user, scripts: add a script to update syscall.tblLaurent Vivier2020-03-201-0/+49
* | Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'...Peter Maydell2020-03-203-0/+327
|\ \
| * | scripts/simplebench: add example usage of simplebenchVladimir Sementsov-Ogievskiy2020-03-181-0/+80
| * | scripts/simplebench: add qemu/bench_block_job.pyVladimir Sementsov-Ogievskiy2020-03-181-0/+119
| * | scripts/simplebench: add simplebench.pyVladimir Sementsov-Ogievskiy2020-03-181-0/+128
* | | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell2020-03-191-0/+47
|\ \ \