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