aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2021-03-23qapi: Consistently permit any case in downstream prefixesMarkus Armbruster1-1/+1
2021-03-23qapi: Move uppercase rejection to check_name_lower()Markus Armbruster1-8/+7
2021-03-23qapi: Rework name checking in preparation of stricter checkingMarkus Armbruster1-15/+36
2021-03-23qapi: Lift enum-specific code out of check_name_str()Markus Armbruster1-13/+10
2021-03-23qapi: Permit flat union members for any tag valueMarkus Armbruster2-5/+7
2021-03-23qapi: Fix to reject optional members with reserved namesMarkus Armbruster1-5/+4
2021-03-19qapi: Implement deprecated-input=reject for QMP command argumentsMarkus Armbruster2-2/+4
2021-03-19qapi: Implement deprecated-input=reject for QMP commandsMarkus Armbruster1-3/+7
2021-03-19qapi: Implement deprecated-output=hide for QMP event dataMarkus Armbruster1-3/+6
2021-03-19qapi: Implement deprecated-output=hide for QMP eventsMarkus Armbruster1-1/+11
2021-03-19qapi: Implement deprecated-output=hide for QMP command resultsMarkus Armbruster2-2/+14
2021-03-18Merge remote-tracking branch 'remotes/berrange-gitlab/tags/dep-many-pull-requ...Peter Maydell1-2/+0
2021-03-18hw/scsi: remove 'scsi-disk' deviceDaniel P. Berrangé1-1/+0
2021-03-18hw/ide: remove 'ide-drive' deviceDaniel P. Berrangé1-1/+0
2021-03-16fuzz: add a script to build reproducersAlexander Bulekov1-0/+160
2021-03-15pvrdma: wean code off pvrdma_ring.h kernel headerCornelia Huck1-2/+1
2021-03-13linux-user: manage binfmt-misc preserve-arg[0] flagLaurent Vivier1-17/+27
2021-03-11Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell1-1/+1
2021-03-09scripts/tracetool: Replace the word 'whitelist'Philippe Mathieu-Daudé1-1/+1
2021-03-09scripts/ci/gitlab-pipeline-status: give more info when pipeline not foundCleber Rosa1-1/+3
2021-03-09scripts/ci/gitlab-pipeline-status: give more information on failuresCleber Rosa1-1/+3
2021-03-09scripts/ci/gitlab-pipeline-status: split utlity function for HTTP GETCleber Rosa1-5/+12
2021-03-09meson: Re-enable the possibility to run "make check SPEED=slow"Thomas Huth1-1/+1
2021-03-05qapi: Fix parse errors for removal of null from schema languageMarkus Armbruster1-4/+4
2021-03-02Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2-5/+17
2021-02-25Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-updates-24022...Peter Maydell1-1/+1
2021-02-25docs: update to show preferred boolean syntax for -chardevDaniel P. Berrangé1-1/+1
2021-02-25hvf: Sign the code after installationAkihiko Odaki1-4/+16
2021-02-24docs: move CODING_STYLE into the developer documentationAlex Bennée1-1/+1
2021-02-23checkpatch: don't emit warning on newly created acpi data filesIsaku Yamahata1-1/+3
2021-02-19Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-02-18' into ...Peter Maydell8-131/+266
2021-02-19Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2021-02-1...Peter Maydell1-1/+1
2021-02-19scripts/checkpatch: Improve the check for authors mangled by the mailing listThomas Huth1-1/+1
2021-02-18device-crash-test: Remove problematic languageEduardo Habkost1-48/+48
2021-02-18qapi/introspect.py: set _gen_tree's default ifcond argument to ()John Snow1-2/+2
2021-02-18qapi/introspect.py: Type _gen_tree variants as Sequence[str]John Snow1-4/+4
2021-02-18qapi/introspect.py: Update copyright and authors listJohn Snow1-1/+2
2021-02-18qapi/introspect.py: Add docstrings to _gen_tree and _tree_to_qlitJohn Snow1-0/+20
2021-02-18qapi/introspect.py: add type hint annotationsJohn Snow3-39/+93
2021-02-18qapi/introspect.py: remove _gen_variants helperJohn Snow1-7/+2
2021-02-18qapi/introspect.py: improve readability of _tree_to_qlitJohn Snow1-15/+18
2021-02-18qapi/introspect.py: improve _tree_to_qlit error messageJohn Snow1-1/+3
2021-02-18qapi/introspect.py: create a typed 'Annotated' data strutcureJohn Snow1-33/+45
2021-02-18qapi/introspect.py: Introduce preliminary tree typingJohn Snow1-1/+30
2021-02-18qapi/introspect.py: Always define all 'extra' dict keysJohn Snow1-5/+4
2021-02-18qapi/introspect.py: replace 'extra' dict with 'comment' argumentJohn Snow1-6/+9
2021-02-18qapi/introspect.py: Unify return type of _make_tree()John Snow1-3/+1
2021-02-18qapi/introspect.py: guard against ifcond/comment misuseJohn Snow1-2/+9
2021-02-18qapi/introspect.py: add _gen_features helperJohn Snow1-8/+12
2021-02-18qapi/introspect.py: use _make_tree for features nodesJohn Snow1-1/+3