Age | Commit message (Expand) | Author | Files | Lines |
2021-03-05 | qapi: Fix parse errors for removal of null from schema language | Markus Armbruster | 1 | -4/+4 |
2021-03-02 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 2 | -5/+17 |
2021-02-25 | Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-updates-24022... | Peter Maydell | 1 | -1/+1 |
2021-02-25 | docs: update to show preferred boolean syntax for -chardev | Daniel P. Berrangé | 1 | -1/+1 |
2021-02-25 | hvf: Sign the code after installation | Akihiko Odaki | 1 | -4/+16 |
2021-02-24 | docs: move CODING_STYLE into the developer documentation | Alex Bennée | 1 | -1/+1 |
2021-02-23 | checkpatch: don't emit warning on newly created acpi data files | Isaku Yamahata | 1 | -1/+3 |
2021-02-19 | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-02-18' into ... | Peter Maydell | 8 | -131/+266 |
2021-02-19 | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2021-02-1... | Peter Maydell | 1 | -1/+1 |
2021-02-19 | scripts/checkpatch: Improve the check for authors mangled by the mailing list | Thomas Huth | 1 | -1/+1 |
2021-02-18 | device-crash-test: Remove problematic language | Eduardo Habkost | 1 | -48/+48 |
2021-02-18 | qapi/introspect.py: set _gen_tree's default ifcond argument to () | John Snow | 1 | -2/+2 |
2021-02-18 | qapi/introspect.py: Type _gen_tree variants as Sequence[str] | John Snow | 1 | -4/+4 |
2021-02-18 | qapi/introspect.py: Update copyright and authors list | John Snow | 1 | -1/+2 |
2021-02-18 | qapi/introspect.py: Add docstrings to _gen_tree and _tree_to_qlit | John Snow | 1 | -0/+20 |
2021-02-18 | qapi/introspect.py: add type hint annotations | John Snow | 3 | -39/+93 |
2021-02-18 | qapi/introspect.py: remove _gen_variants helper | John Snow | 1 | -7/+2 |
2021-02-18 | qapi/introspect.py: improve readability of _tree_to_qlit | John Snow | 1 | -15/+18 |
2021-02-18 | qapi/introspect.py: improve _tree_to_qlit error message | John Snow | 1 | -1/+3 |
2021-02-18 | qapi/introspect.py: create a typed 'Annotated' data strutcure | John Snow | 1 | -33/+45 |
2021-02-18 | qapi/introspect.py: Introduce preliminary tree typing | John Snow | 1 | -1/+30 |
2021-02-18 | qapi/introspect.py: Always define all 'extra' dict keys | John Snow | 1 | -5/+4 |
2021-02-18 | qapi/introspect.py: replace 'extra' dict with 'comment' argument | John Snow | 1 | -6/+9 |
2021-02-18 | qapi/introspect.py: Unify return type of _make_tree() | John Snow | 1 | -3/+1 |
2021-02-18 | qapi/introspect.py: guard against ifcond/comment misuse | John Snow | 1 | -2/+9 |
2021-02-18 | qapi/introspect.py: add _gen_features helper | John Snow | 1 | -8/+12 |
2021-02-18 | qapi/introspect.py: use _make_tree for features nodes | John Snow | 1 | -1/+3 |
2021-02-18 | qapi/introspect.py: assert schema is not None | John Snow | 1 | -0/+5 |
2021-02-18 | Hexagon build infrastructure | Taylor Simpson | 1 | -1/+5 |
2021-02-18 | qapi: Replace List[str] with Sequence[str] for ifcond | John Snow | 5 | -20/+21 |
2021-02-18 | Hexagon (linux-user/hexagon) Linux user emulation | Taylor Simpson | 1 | -0/+1 |
2021-02-15 | travis.yml: Move gprof/gcov test across to gitlab | Philippe Mathieu-Daudé | 1 | -1/+1 |
2021-02-09 | get_maintainer: update repo URL to GitLab | Stefan Hajnoczi | 1 | -1/+1 |
2021-02-09 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 1 | -1/+1 |
2021-02-08 | Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20210208a'... | Peter Maydell | 1 | -0/+122 |
2021-02-08 | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-02-08' into ... | Peter Maydell | 8 | -96/+131 |
2021-02-08 | fuzz: fix wrong index in clear_bits | Qiuhao Li | 1 | -1/+1 |
2021-02-08 | qapi: enable strict-optional checks | John Snow | 1 | -1/+0 |
2021-02-08 | qapi: type 'info' as Optional[QAPISourceInfo] | John Snow | 5 | -6/+6 |
2021-02-08 | qapi/gen: Drop support for QAPIGen without a file name | Markus Armbruster | 1 | -2/+2 |
2021-02-08 | qapi/commands: Simplify command registry generation | Markus Armbruster | 1 | -27/+22 |
2021-02-08 | qapi/gen: Support switching to another module temporarily | Markus Armbruster | 1 | -0/+7 |
2021-02-08 | qapi/gen: write _genc/_genh access shims | John Snow | 1 | -5/+13 |
2021-02-08 | qapi: centralize the built-in module name definition | John Snow | 1 | -5/+8 |
2021-02-08 | qapi/gen: Combine ._add_[user|system]_module | Markus Armbruster | 3 | -14/+7 |
2021-02-08 | qapi: use './builtin' as the built-in module name | John Snow | 2 | -19/+19 |
2021-02-08 | qapi: use explicitly internal module names | John Snow | 3 | -3/+4 |
2021-02-08 | qapi/gen: Replace ._begin_system_module() | Markus Armbruster | 3 | -6/+7 |
2021-02-08 | qapi: centralize is_[user|system|builtin]_module methods | John Snow | 2 | -16/+40 |
2021-02-08 | qapi/gen: inline _wrap_ifcond into end_if() | John Snow | 1 | -5/+2 |