aboutsummaryrefslogtreecommitdiff
path: root/scripts/qmp/qom-fuse
AgeCommit message (Expand)Author
2022-01-21python: move qmp utilities to python/qemu/utilsJohn Snow
2021-06-18scripts/qom-fuse: add redirection shim to python/qemu/qmp/qom-fuse.pyJohn Snow
2021-06-18scripts/qom-fuse: move to python/qemu/qmp/qom_fuse.pyJohn Snow
2021-06-18scripts/qom-fuse: add static type hintsJohn Snow
2021-06-18scripts/qom-fuse: ensure QOMFuse.read always returns bytesJohn Snow
2021-06-18scripts/qom-fuse: use QOMCommand.qom_list()John Snow
2021-06-18scripts/qom-fuse: Convert to QOMCommandJohn Snow
2021-06-18scripts/qom-fuse: Add docstringsJohn Snow
2021-06-18scripts/qom-fuse: Apply pylint rulesJohn Snow
2021-06-18scripts/qom-fuse: apply flake8 rulesJohn Snow
2021-06-18scripts/qom-fuse: apply isort rulesJohn Snow
2020-09-03scripts/qmp/qom-fuse: Fix getattr(), read() for files in /Markus Armbruster
2020-09-03scripts/qmp/qom-fuse: Port to current Python module fuseMarkus Armbruster
2020-09-03scripts/qmp/qom-fuse: Unbreak import of QEMUMonitorProtocolMarkus Armbruster
2020-05-31scripts/qmp: Fix shebang and importsJohn Snow
2020-02-07scripts: Explicit usage of Python 3 (scripts with __main__)Philippe Mathieu-Daudé
2018-06-22Partially revert "python: futurize -f libfuturize.fixes.fix_absolute_import"Eduardo Habkost
2018-06-08python: futurize -f lib2to3.fixes.fix_numliteralsEduardo Habkost
2018-06-08python: futurize -f lib2to3.fixes.fix_has_keyEduardo Habkost
2018-06-08python: futurize -f libfuturize.fixes.fix_absolute_importEduardo Habkost
2013-09-18QMP: add scripts/qmpLuiz Capitulino