aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2021-02-18qapi/introspect.py: add type hint annotationsJohn Snow
2021-02-18qapi/introspect.py: remove _gen_variants helperJohn Snow
2021-02-18qapi/introspect.py: improve readability of _tree_to_qlitJohn Snow
2021-02-18qapi/introspect.py: improve _tree_to_qlit error messageJohn Snow
2021-02-18qapi/introspect.py: create a typed 'Annotated' data strutcureJohn Snow
2021-02-18qapi/introspect.py: Introduce preliminary tree typingJohn Snow
2021-02-18qapi/introspect.py: Always define all 'extra' dict keysJohn Snow
2021-02-18qapi/introspect.py: replace 'extra' dict with 'comment' argumentJohn Snow
2021-02-18qapi/introspect.py: Unify return type of _make_tree()John Snow
2021-02-18qapi/introspect.py: guard against ifcond/comment misuseJohn Snow
2021-02-18qapi/introspect.py: add _gen_features helperJohn Snow
2021-02-18qapi/introspect.py: use _make_tree for features nodesJohn Snow
2021-02-18qapi/introspect.py: assert schema is not NoneJohn Snow
2021-02-18Hexagon build infrastructureTaylor Simpson
2021-02-18qapi: Replace List[str] with Sequence[str] for ifcondJohn Snow
2021-02-18Hexagon (linux-user/hexagon) Linux user emulationTaylor Simpson
2021-02-15travis.yml: Move gprof/gcov test across to gitlabPhilippe Mathieu-Daudé
2021-02-09get_maintainer: update repo URL to GitLabStefan Hajnoczi
2021-02-09Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-02-08Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20210208a'...Peter Maydell
2021-02-08Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-02-08' into ...Peter Maydell
2021-02-08fuzz: fix wrong index in clear_bitsQiuhao Li
2021-02-08qapi: enable strict-optional checksJohn Snow
2021-02-08qapi: type 'info' as Optional[QAPISourceInfo]John Snow
2021-02-08qapi/gen: Drop support for QAPIGen without a file nameMarkus Armbruster
2021-02-08qapi/commands: Simplify command registry generationMarkus Armbruster
2021-02-08qapi/gen: Support switching to another module temporarilyMarkus Armbruster
2021-02-08qapi/gen: write _genc/_genh access shimsJohn Snow
2021-02-08qapi: centralize the built-in module name definitionJohn Snow
2021-02-08qapi/gen: Combine ._add_[user|system]_moduleMarkus Armbruster
2021-02-08qapi: use './builtin' as the built-in module nameJohn Snow
2021-02-08qapi: use explicitly internal module namesJohn Snow
2021-02-08qapi/gen: Replace ._begin_system_module()Markus Armbruster
2021-02-08qapi: centralize is_[user|system|builtin]_module methodsJohn Snow
2021-02-08qapi/gen: inline _wrap_ifcond into end_if()John Snow
2021-02-08qapi/main: handle theoretical None-return from re.match()John Snow
2021-02-08qapi/events: fix visit_event typingJohn Snow
2021-02-08qapi/commands: assert arg_type is not NoneJohn Snow
2021-02-08migration: introduce 'userfaultfd-wrlat.py' scriptAndrey Gruzdev
2021-02-08scripts/mtest2make.py: export all-%s-targets variable and use itAlex Bennée
2021-02-01simpletrace: build() missing 2 required positional argumentsVolker Rümelin
2021-02-01trace: make the 'log' backend timestamp configurableStefan Hajnoczi
2021-02-01tracetool: also strip %l and %ll from systemtap format stringsDaniel P. Berrangé
2021-02-01tracetool: fix "PRI" macro decodingLaurent Vivier
2021-01-29Merge remote-tracking branch 'remotes/berrange-gitlab/tags/misc-fixes-pull-re...Peter Maydell
2021-01-29configure: replace --enable/disable-git-update with --with-git-submodulesDan Streetman
2021-01-29hvf: Add hypervisor entitlement to output binariesAlexander Graf
2021-01-26simplebench: add bench-backup.pyVladimir Sementsov-Ogievskiy
2021-01-26simplebench: bench_block_job: add cmd_options argumentVladimir Sementsov-Ogievskiy
2021-01-26simplebench/bench_block_job: use correct shebang line with python3Vladimir Sementsov-Ogievskiy