aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2021-06-18scripts/qmp-shell: use @classmethod where appropriateJohn Snow1-2/+4
2021-06-18scripts/qmp-shell: remove shadowed variable from _print()John Snow1-2/+2
2021-06-18scripts/qmp-shell: fix connect method signatureJohn Snow1-1/+1
2021-06-18scripts/qmp-shell: fix exception handlingJohn Snow1-1/+1
2021-06-18scripts/qmp-shell: fix show_banner signatureJohn Snow1-2/+2
2021-06-18scripts/qmp-shell: Apply flake8 rulesJohn Snow1-21/+43
2021-06-18scripts/qmp-shell: apply isort rulesJohn Snow1-5/+7
2021-06-18scripts/qemu-ga-client: Add forwarder shimJohn Snow1-0/+11
2021-06-18scripts/qemu-ga-client: move to python/qemu/qmp/qemu_ga_client.pyJohn Snow1-327/+0
2021-06-18scripts/qemu-ga-client: add mypy type hintsJohn Snow1-40/+49
2021-06-18scripts/qemu-ga-client: apply (most) pylint rulesJohn Snow1-3/+15
2021-06-18scripts/qemu-ga-client: add module docstringJohn Snow1-32/+33
2021-06-18scripts/qemu-ga-client: replace deprecated optparse with argparseJohn Snow1-18/+16
2021-06-18scripts/qemu-ga-client: Fix exception handlingJohn Snow1-6/+4
2021-06-18scripts/qemu-ga-client: apply (most) flake8 rulesJohn Snow1-12/+16
2021-06-18scripts/qemu-ga-client: apply isort rulesJohn Snow1-4/+5
2021-06-18scripts/qom-fuse: add redirection shim to python/qemu/qmp/qom-fuse.pyJohn Snow1-0/+11
2021-06-18scripts/qom-fuse: move to python/qemu/qmp/qom_fuse.pyJohn Snow1-214/+0
2021-06-18scripts/qom-fuse: add static type hintsJohn Snow1-9/+17
2021-06-18scripts/qom-fuse: ensure QOMFuse.read always returns bytesJohn Snow1-3/+3
2021-06-18scripts/qom-fuse: use QOMCommand.qom_list()John Snow1-10/+8
2021-06-18scripts/qom-fuse: Convert to QOMCommandJohn Snow1-13/+46
2021-06-18scripts/qom-fuse: Add docstringsJohn Snow1-2/+19
2021-06-18scripts/qom-fuse: Apply pylint rulesJohn Snow1-8/+8
2021-06-18scripts/qom-fuse: apply flake8 rulesJohn Snow1-38/+43
2021-06-18scripts/qom-fuse: apply isort rulesJohn Snow1-3/+9
2021-06-18scripts/qmp: redirect qom-xxx scripts to python/qemu/qmp/John Snow4-250/+16
2021-06-18python/qmp: add parse_address classmethodJohn Snow1-19/+2
2021-06-18block-coroutine-wrapper: allow non bdrv_ prefixVladimir Sementsov-Ogievskiy1-3/+4
2021-06-17scripts: helper to generate x86_64 CPU ABI compat infoDaniel P. Berrangé1-0/+194
2021-06-15softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate()David Hildenbrand1-4/+4
2021-06-07Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell1-1/+1
2021-06-07scripts/checkpatch.pl: process .c.inc and .h.inc files as C sourceMatheus Ferst1-2/+2
2021-06-05scripts/oss-fuzz: Fix typo in documentationPhilippe Mathieu-Daudé1-1/+1
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella1-1/+1
2021-05-27headers: Add udmabuf.hVivek Kasireddy1-0/+3
2021-05-21Merge remote-tracking branch 'remotes/vsementsov/tags/pull-simplebench-2021-0...Peter Maydell3-22/+143
2021-05-20qapi/parser: add docstringsJohn Snow1-0/+69
2021-05-20qapi/parser: allow 'ch' variable nameJohn Snow1-0/+1
2021-05-20qapi/parser: Remove superfluous list comprehensionJohn Snow1-1/+1
2021-05-20qapi/parser: add type hint annotationsJohn Snow1-20/+38
2021-05-20qapi/parser: Rework _check_pragma_list_of_str as a TypeGuardJohn Snow1-14/+16
2021-05-20qapi/parser: Fix token membership tests when token can be NoneJohn Snow1-2/+3
2021-05-20qapi: add must_match helperJohn Snow3-11/+16
2021-05-20qapi/parser: Use @staticmethod where appropriateJohn Snow1-2/+4
2021-05-20qapi/parser: assert object keys are stringsJohn Snow1-0/+2
2021-05-20qapi/parser: enforce all top-level expressions must be dict in _parse()John Snow1-6/+8
2021-05-20qapi/parser: Assert lexer value is a stringJohn Snow1-0/+1
2021-05-20qapi/parser: factor parsing routine into methodJohn Snow1-12/+28
2021-05-20qapi/source: Remove line number from QAPISourceInfo initializerJohn Snow2-8/+4