index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
qmp
/
qemu-ga-client
Age
Commit message (
Expand
)
Author
2022-01-21
python: move qmp utilities to python/qemu/utils
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-02-25
docs: update to show preferred boolean syntax for -chardev
Daniel P. Berrangé
2020-02-07
drop "from __future__ import print_function"
Paolo Bonzini
2020-02-07
scripts: Explicit usage of Python 3 (scripts with __main__)
Philippe Mathieu-Daudé
2019-02-22
Introduce a Python module structure
Cleber Rosa
2018-06-22
Partially revert "python: futurize -f libfuturize.fixes.fix_absolute_import"
Eduardo Habkost
2018-06-08
python: futurize -f lib2to3.fixes.fix_standarderror
Eduardo Habkost
2018-06-08
python: futurize -f libfuturize.fixes.fix_absolute_import
Eduardo Habkost
2018-06-08
python: futurize -f libfuturize.fixes.fix_print_with_import
Eduardo Habkost
2017-11-21
Use HTTPS for qemu.org and other domains
Stefan Hajnoczi
2017-11-21
Use qemu.org domain name
Stefan Hajnoczi
2016-02-08
scripts/qmp: Use Python 2.6 "except E as ..." syntax
Markus Armbruster
2013-10-11
Use qemu-project.org domain name
Stefan Hajnoczi
2013-09-18
QMP: add scripts/qmp
Luiz Capitulino