summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* scripts/kerneldoc: For Sphinx 3 use c:macro for macros with argumentsPeter Maydell2020-11-021-1/+17
* update-linux-headers: Add vfio_zdev.hMatthew Rosato2020-11-011-1/+1
* Merge remote-tracking branch 'remotes/armbru/tags/pull-qmp-2020-10-27' into s...Peter Maydell2020-10-292-125/+8Star
|\
| * scripts/qmp: delete 'qmp' scriptJohn Snow2020-10-271-124/+7Star
| * qmp-shell: Sort by key when pretty-printingDavid Edmondson2020-10-271-1/+1
* | Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-misc-2710...Peter Maydell2020-10-281-1/+1
|\ \
| * | scripts: fix error from checkpatch.pl when no commits are foundDaniel P. Berrangé2020-10-271-1/+1
| |/
* | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.2-pull-re...Peter Maydell2020-10-281-2/+1Star
|\ \
| * | linux-user: update syscall_nr.h to Linux 5.9-rc7Laurent Vivier2020-10-261-2/+1Star
* | | Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/tracing-pull-reque...Peter Maydell2020-10-271-0/+0
|\ \ \ | |_|/ |/| |
| * | Add execute bit back to scripts/tracetool.pyAnthony PERARD2020-10-261-0/+0
* | | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2020-10-261-6/+5Star
|\ \ \ | |/ / |/| |
| * | build: fix macOS --enable-modules buildPaolo Bonzini2020-10-221-6/+5Star
| |/
* | scripts/oss-fuzz: ignore the generic-fuzz targetAlexander Bulekov2020-10-261-2/+8
* | scripts/oss-fuzz: use hardlinks instead of copyingAlexander Bulekov2020-10-261-1/+7
* | scripts/oss-fuzz: Add crash trace minimization scriptAlexander Bulekov2020-10-261-0/+157
* | scripts/oss-fuzz: Add script to reorder a generic-fuzzer traceAlexander Bulekov2020-10-261-0/+103
|/
* decodetree: Fix codegen for non-overlapping group inside overlapping groupPeter Maydell2020-10-201-1/+1
* build: replace ninjatool with ninjaPaolo Bonzini2020-10-172-1009/+2Star
* Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-10-1...Peter Maydell2020-10-131-19/+44
|\
| * scripts/ci/gitlab-pipeline-status: wait for pipeline creationCleber Rosa2020-10-131-4/+13
| * scripts/ci/gitlab-pipeline-status: use more descriptive exceptionsCleber Rosa2020-10-131-2/+10
| * scripts/ci/gitlab-pipeline-status: handle keyboard interruptsCleber Rosa2020-10-131-2/+4
| * scripts/ci/gitlab-pipeline-status: refactor parser creationCleber Rosa2020-10-131-4/+7
| * scripts/ci/gitlab-pipeline-status: give early feedback on running pipelinesCleber Rosa2020-10-131-1/+1
| * scripts/ci/gitlab-pipeline-status: improve message regarding timeoutCleber Rosa2020-10-131-1/+4
| * scripts/ci/gitlab-pipeline-status: make branch name configurableCleber Rosa2020-10-131-6/+6
* | build-sys: fix git version from -versionMarc-André Lureau2020-10-121-1/+1
* | qom: fix objects with improper parent typePaolo Bonzini2020-10-121-0/+26
|/
* qapi/visit.py: add type hint annotationsJohn Snow2020-10-102-22/+56
* qapi/visit.py: remove unused parameters from gen_visit_objectJohn Snow2020-10-102-3/+2Star
* qapi/visit.py: assert tag_member contains a QAPISchemaEnumTypeJohn Snow2020-10-101-5/+7
* qapi/types.py: remove one-letter variablesJohn Snow2020-10-102-15/+15
* qapi/types.py: add type hint annotationsJohn Snow2020-10-102-27/+64
* qapi/gen.py: delint with pylintJohn Snow2020-10-102-2/+5
* qapi/gen.py: update write() to be more idiomaticJohn Snow2020-10-101-14/+11Star
* qapi/gen.py: Remove unused parameterJohn Snow2020-10-101-2/+2
* qapi/gen.py: add type hint annotationsJohn Snow2020-10-102-52/+57
* qapi/gen: Make _is_user_module() return boolJohn Snow2020-10-101-1/+1
* qapi/source.py: delint with pylintJohn Snow2020-10-102-1/+3
* qapi/source.py: add type hint annotationsJohn Snow2020-10-102-18/+19
* qapi/commands.py: add type hint annotationsJohn Snow2020-10-102-23/+56
* qapi/commands.py: Don't re-bind to variable of different typeJohn Snow2020-10-101-3/+1Star
* qapi/events.py: Move comments into docstringsJohn Snow2020-10-101-1/+5
* qapi/events.py: add type hint annotationsJohn Snow2020-10-102-16/+35
* qapi: establish mypy type-checking baselineJohn Snow2020-10-102-1/+62
* qapi/common.py: move build_params into gen.pyJohn Snow2020-10-104-34/+36
* qapi/common.py: Convert comments into docstrings, and elaborateJohn Snow2020-10-101-14/+40
* qapi/common.py: add type hint annotationsJohn Snow2020-10-101-11/+16
* qapi/common.py: check with pylintJohn Snow2020-10-101-2/+1Star