aboutsummaryrefslogtreecommitdiff
path: root/scripts/qmp/qemu-ga-client
AgeCommit message (Expand)AuthorFilesLines
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-02-25docs: update to show preferred boolean syntax for -chardevDaniel P. Berrangé1-1/+1
2020-02-07drop "from __future__ import print_function"Paolo Bonzini1-1/+0
2020-02-07scripts: Explicit usage of Python 3 (scripts with __main__)Philippe Mathieu-Daudé1-1/+1
2019-02-22Introduce a Python module structureCleber Rosa1-1/+4
2018-06-22Partially revert "python: futurize -f libfuturize.fixes.fix_absolute_import"Eduardo Habkost1-2/+1
2018-06-08python: futurize -f lib2to3.fixes.fix_standarderrorEduardo Habkost1-3/+3
2018-06-08python: futurize -f libfuturize.fixes.fix_absolute_importEduardo Habkost1-1/+2
2018-06-08python: futurize -f libfuturize.fixes.fix_print_with_importEduardo Habkost1-0/+1
2017-11-21Use HTTPS for qemu.org and other domainsStefan Hajnoczi1-1/+1
2017-11-21Use qemu.org domain nameStefan Hajnoczi1-1/+1
2016-02-08scripts/qmp: Use Python 2.6 "except E as ..." syntaxMarkus Armbruster1-1/+1
2013-10-11Use qemu-project.org domain nameStefan Hajnoczi1-1/+1
2013-09-18QMP: add scripts/qmpLuiz Capitulino1-0/+301