Age | Commit message (Expand) | Author |
2021-06-18 | scripts/qmp-shell: fix shell history exception handling | John Snow |
2021-06-18 | scripts/qmp-shell: rename one and two-letter variables | John Snow |
2021-06-18 | scripts/qmp-shell: make QMPCompleter returns explicit | John Snow |
2021-06-18 | scripts/qmp-shell: ignore visit_Name name | John Snow |
2021-06-18 | scripts/qmp-shell: use triple-double-quote docstring style | John Snow |
2021-06-18 | scripts/qmp-shell: declare verbose in __init__ | John Snow |
2021-06-18 | scripts/qmp-shell: Use python3-style super() | John Snow |
2021-06-18 | scripts/qmp-shell: use @classmethod where appropriate | John Snow |
2021-06-18 | scripts/qmp-shell: remove shadowed variable from _print() | John Snow |
2021-06-18 | scripts/qmp-shell: fix connect method signature | John Snow |
2021-06-18 | scripts/qmp-shell: fix exception handling | John Snow |
2021-06-18 | scripts/qmp-shell: fix show_banner signature | John Snow |
2021-06-18 | scripts/qmp-shell: Apply flake8 rules | John Snow |
2021-06-18 | scripts/qmp-shell: apply isort rules | John Snow |
2021-06-18 | scripts/qemu-ga-client: Add forwarder shim | John Snow |
2021-06-18 | scripts/qemu-ga-client: move to python/qemu/qmp/qemu_ga_client.py | John Snow |
2021-06-18 | scripts/qemu-ga-client: add mypy type hints | John Snow |
2021-06-18 | scripts/qemu-ga-client: apply (most) pylint rules | John Snow |
2021-06-18 | scripts/qemu-ga-client: add module docstring | John Snow |
2021-06-18 | scripts/qemu-ga-client: replace deprecated optparse with argparse | John Snow |
2021-06-18 | scripts/qemu-ga-client: Fix exception handling | John Snow |
2021-06-18 | scripts/qemu-ga-client: apply (most) flake8 rules | John Snow |
2021-06-18 | scripts/qemu-ga-client: apply isort rules | John Snow |
2021-06-18 | scripts/qom-fuse: add redirection shim to python/qemu/qmp/qom-fuse.py | John Snow |
2021-06-18 | scripts/qom-fuse: move to python/qemu/qmp/qom_fuse.py | John Snow |
2021-06-18 | scripts/qom-fuse: add static type hints | John Snow |
2021-06-18 | scripts/qom-fuse: ensure QOMFuse.read always returns bytes | John Snow |
2021-06-18 | scripts/qom-fuse: use QOMCommand.qom_list() | John Snow |
2021-06-18 | scripts/qom-fuse: Convert to QOMCommand | John Snow |
2021-06-18 | scripts/qom-fuse: Add docstrings | John Snow |
2021-06-18 | scripts/qom-fuse: Apply pylint rules | John Snow |
2021-06-18 | scripts/qom-fuse: apply flake8 rules | John Snow |
2021-06-18 | scripts/qom-fuse: apply isort rules | John Snow |
2021-06-18 | scripts/qmp: redirect qom-xxx scripts to python/qemu/qmp/ | John Snow |
2021-06-18 | python/qmp: add parse_address classmethod | John Snow |
2021-06-18 | block-coroutine-wrapper: allow non bdrv_ prefix | Vladimir Sementsov-Ogievskiy |
2021-06-17 | scripts: helper to generate x86_64 CPU ABI compat info | Daniel P. Berrangé |
2021-06-15 | softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate() | David Hildenbrand |
2021-06-07 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul... | Peter Maydell |
2021-06-07 | scripts/checkpatch.pl: process .c.inc and .h.inc files as C source | Matheus Ferst |
2021-06-05 | scripts/oss-fuzz: Fix typo in documentation | Philippe Mathieu-Daudé |
2021-06-02 | docs: fix references to docs/devel/tracing.rst | Stefano Garzarella |
2021-05-27 | headers: Add udmabuf.h | Vivek Kasireddy |
2021-05-21 | Merge remote-tracking branch 'remotes/vsementsov/tags/pull-simplebench-2021-0... | Peter Maydell |
2021-05-20 | qapi/parser: add docstrings | John Snow |
2021-05-20 | qapi/parser: allow 'ch' variable name | John Snow |
2021-05-20 | qapi/parser: Remove superfluous list comprehension | John Snow |
2021-05-20 | qapi/parser: add type hint annotations | John Snow |
2021-05-20 | qapi/parser: Rework _check_pragma_list_of_str as a TypeGuard | John Snow |
2021-05-20 | qapi/parser: Fix token membership tests when token can be None | John Snow |