aboutsummaryrefslogtreecommitdiff
path: root/scripts/qmp/qemu-ga-client
AgeCommit message (Expand)Author
2022-01-21python: move qmp utilities to python/qemu/utilsJohn Snow
2021-06-18scripts/qemu-ga-client: Add forwarder shimJohn Snow
2021-06-18scripts/qemu-ga-client: move to python/qemu/qmp/qemu_ga_client.pyJohn Snow
2021-06-18scripts/qemu-ga-client: add mypy type hintsJohn Snow
2021-06-18scripts/qemu-ga-client: apply (most) pylint rulesJohn Snow
2021-06-18scripts/qemu-ga-client: add module docstringJohn Snow
2021-06-18scripts/qemu-ga-client: replace deprecated optparse with argparseJohn Snow
2021-06-18scripts/qemu-ga-client: Fix exception handlingJohn Snow
2021-06-18scripts/qemu-ga-client: apply (most) flake8 rulesJohn Snow
2021-06-18scripts/qemu-ga-client: apply isort rulesJohn Snow
2021-02-25docs: update to show preferred boolean syntax for -chardevDaniel P. Berrangé
2020-02-07drop "from __future__ import print_function"Paolo Bonzini
2020-02-07scripts: Explicit usage of Python 3 (scripts with __main__)Philippe Mathieu-Daudé
2019-02-22Introduce a Python module structureCleber Rosa
2018-06-22Partially revert "python: futurize -f libfuturize.fixes.fix_absolute_import"Eduardo Habkost
2018-06-08python: futurize -f lib2to3.fixes.fix_standarderrorEduardo Habkost
2018-06-08python: futurize -f libfuturize.fixes.fix_absolute_importEduardo Habkost
2018-06-08python: futurize -f libfuturize.fixes.fix_print_with_importEduardo Habkost
2017-11-21Use HTTPS for qemu.org and other domainsStefan Hajnoczi
2017-11-21Use qemu.org domain nameStefan Hajnoczi
2016-02-08scripts/qmp: Use Python 2.6 "except E as ..." syntaxMarkus Armbruster
2013-10-11Use qemu-project.org domain nameStefan Hajnoczi
2013-09-18QMP: add scripts/qmpLuiz Capitulino