summaryrefslogtreecommitdiffstats
path: root/scripts/qmp/qemu-ga-client
Commit message (Expand)AuthorAgeFilesLines
* python: move qmp utilities to python/qemu/utilsJohn Snow2022-01-211-1/+1
* scripts/qemu-ga-client: Add forwarder shimJohn Snow2021-06-181-0/+11
* scripts/qemu-ga-client: move to python/qemu/qmp/qemu_ga_client.pyJohn Snow2021-06-181-327/+0Star
* scripts/qemu-ga-client: add mypy type hintsJohn Snow2021-06-181-40/+49
* scripts/qemu-ga-client: apply (most) pylint rulesJohn Snow2021-06-181-3/+15
* scripts/qemu-ga-client: add module docstringJohn Snow2021-06-181-32/+33
* scripts/qemu-ga-client: replace deprecated optparse with argparseJohn Snow2021-06-181-18/+16Star
* scripts/qemu-ga-client: Fix exception handlingJohn Snow2021-06-181-6/+4Star
* scripts/qemu-ga-client: apply (most) flake8 rulesJohn Snow2021-06-181-12/+16
* scripts/qemu-ga-client: apply isort rulesJohn Snow2021-06-181-4/+5
* docs: update to show preferred boolean syntax for -chardevDaniel P. Berrangé2021-02-251-1/+1
* drop "from __future__ import print_function"Paolo Bonzini2020-02-071-1/+0Star
* scripts: Explicit usage of Python 3 (scripts with __main__)Philippe Mathieu-Daudé2020-02-071-1/+1
* Introduce a Python module structureCleber Rosa2019-02-221-1/+4
* Partially revert "python: futurize -f libfuturize.fixes.fix_absolute_import"Eduardo Habkost2018-06-221-2/+1Star
* python: futurize -f lib2to3.fixes.fix_standarderrorEduardo Habkost2018-06-081-3/+3
* python: futurize -f libfuturize.fixes.fix_absolute_importEduardo Habkost2018-06-081-1/+2
* python: futurize -f libfuturize.fixes.fix_print_with_importEduardo Habkost2018-06-081-0/+1
* Use HTTPS for qemu.org and other domainsStefan Hajnoczi2017-11-211-1/+1
* Use qemu.org domain nameStefan Hajnoczi2017-11-211-1/+1
* scripts/qmp: Use Python 2.6 "except E as ..." syntaxMarkus Armbruster2016-02-081-1/+1
* Use qemu-project.org domain nameStefan Hajnoczi2013-10-111-1/+1
* QMP: add scripts/qmpLuiz Capitulino2013-09-181-0/+301