summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* linux-user: manage binfmt-misc preserve-arg[0] flagLaurent Vivier2021-03-131-17/+27
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell2021-03-111-1/+1
|\
| * scripts/tracetool: Replace the word 'whitelist'Philippe Mathieu-Daudé2021-03-091-1/+1
* | scripts/ci/gitlab-pipeline-status: give more info when pipeline not foundCleber Rosa2021-03-091-1/+3
* | scripts/ci/gitlab-pipeline-status: give more information on failuresCleber Rosa2021-03-091-1/+3
* | scripts/ci/gitlab-pipeline-status: split utlity function for HTTP GETCleber Rosa2021-03-091-5/+12
* | meson: Re-enable the possibility to run "make check SPEED=slow"Thomas Huth2021-03-091-1/+1
|/
* qapi: Fix parse errors for removal of null from schema languageMarkus Armbruster2021-03-051-4/+4
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-03-022-5/+17
|\
| * docs: update to show preferred boolean syntax for -chardevDaniel P. Berrangé2021-02-251-1/+1
| * hvf: Sign the code after installationAkihiko Odaki2021-02-251-4/+16
* | Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-updates-24022...Peter Maydell2021-02-251-1/+1
|\ \
| * | docs: move CODING_STYLE into the developer documentationAlex Bennée2021-02-241-1/+1
| |/
* / checkpatch: don't emit warning on newly created acpi data filesIsaku Yamahata2021-02-231-1/+3
|/
* Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-02-18' into ...Peter Maydell2021-02-198-131/+266
|\
| * qapi/introspect.py: set _gen_tree's default ifcond argument to ()John Snow2021-02-181-2/+2
| * qapi/introspect.py: Type _gen_tree variants as Sequence[str]John Snow2021-02-181-4/+4
| * qapi/introspect.py: Update copyright and authors listJohn Snow2021-02-181-1/+2
| * qapi/introspect.py: Add docstrings to _gen_tree and _tree_to_qlitJohn Snow2021-02-181-0/+20
| * qapi/introspect.py: add type hint annotationsJohn Snow2021-02-183-39/+93
| * qapi/introspect.py: remove _gen_variants helperJohn Snow2021-02-181-7/+2Star
| * qapi/introspect.py: improve readability of _tree_to_qlitJohn Snow2021-02-181-15/+18
| * qapi/introspect.py: improve _tree_to_qlit error messageJohn Snow2021-02-181-1/+3
| * qapi/introspect.py: create a typed 'Annotated' data strutcureJohn Snow2021-02-181-33/+45
| * qapi/introspect.py: Introduce preliminary tree typingJohn Snow2021-02-181-1/+30
| * qapi/introspect.py: Always define all 'extra' dict keysJohn Snow2021-02-181-5/+4Star
| * qapi/introspect.py: replace 'extra' dict with 'comment' argumentJohn Snow2021-02-181-6/+9
| * qapi/introspect.py: Unify return type of _make_tree()John Snow2021-02-181-3/+1Star
| * qapi/introspect.py: guard against ifcond/comment misuseJohn Snow2021-02-181-2/+9
| * qapi/introspect.py: add _gen_features helperJohn Snow2021-02-181-8/+12
| * qapi/introspect.py: use _make_tree for features nodesJohn Snow2021-02-181-1/+3
| * qapi/introspect.py: assert schema is not NoneJohn Snow2021-02-181-0/+5
| * qapi: Replace List[str] with Sequence[str] for ifcondJohn Snow2021-02-185-20/+21
* | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2021-02-1...Peter Maydell2021-02-191-1/+1
|\ \
| * | scripts/checkpatch: Improve the check for authors mangled by the mailing listThomas Huth2021-02-191-1/+1
* | | device-crash-test: Remove problematic languageEduardo Habkost2021-02-191-48/+48
|/ /
* | Hexagon build infrastructureTaylor Simpson2021-02-181-1/+5
* | Hexagon (linux-user/hexagon) Linux user emulationTaylor Simpson2021-02-181-0/+1
|/
* travis.yml: Move gprof/gcov test across to gitlabPhilippe Mathieu-Daudé2021-02-151-1/+1
* get_maintainer: update repo URL to GitLabStefan Hajnoczi2021-02-091-1/+1
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-02-091-1/+1
|\
| * fuzz: fix wrong index in clear_bitsQiuhao Li2021-02-081-1/+1
* | Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20210208a'...Peter Maydell2021-02-081-0/+122
|\ \
| * | migration: introduce 'userfaultfd-wrlat.py' scriptAndrey Gruzdev2021-02-081-0/+122
| |/
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-02-08' into ...Peter Maydell2021-02-088-96/+131
|\ \
| * | qapi: enable strict-optional checksJohn Snow2021-02-081-1/+0Star
| * | qapi: type 'info' as Optional[QAPISourceInfo]John Snow2021-02-085-6/+6
| * | qapi/gen: Drop support for QAPIGen without a file nameMarkus Armbruster2021-02-081-2/+2
| * | qapi/commands: Simplify command registry generationMarkus Armbruster2021-02-081-27/+22Star
| * | qapi/gen: Support switching to another module temporarilyMarkus Armbruster2021-02-081-0/+7