index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
qmp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
scripts/qemu-ga-client: Fix exception handling
John Snow
2021-06-18
1
-6
/
+4
*
scripts/qemu-ga-client: apply (most) flake8 rules
John Snow
2021-06-18
1
-12
/
+16
*
scripts/qemu-ga-client: apply isort rules
John Snow
2021-06-18
1
-4
/
+5
*
scripts/qom-fuse: add redirection shim to python/qemu/qmp/qom-fuse.py
John Snow
2021-06-18
1
-0
/
+11
*
scripts/qom-fuse: move to python/qemu/qmp/qom_fuse.py
John Snow
2021-06-18
1
-214
/
+0
*
scripts/qom-fuse: add static type hints
John Snow
2021-06-18
1
-9
/
+17
*
scripts/qom-fuse: ensure QOMFuse.read always returns bytes
John Snow
2021-06-18
1
-3
/
+3
*
scripts/qom-fuse: use QOMCommand.qom_list()
John Snow
2021-06-18
1
-10
/
+8
*
scripts/qom-fuse: Convert to QOMCommand
John Snow
2021-06-18
1
-13
/
+46
*
scripts/qom-fuse: Add docstrings
John Snow
2021-06-18
1
-2
/
+19
*
scripts/qom-fuse: Apply pylint rules
John Snow
2021-06-18
1
-8
/
+8
*
scripts/qom-fuse: apply flake8 rules
John Snow
2021-06-18
1
-38
/
+43
*
scripts/qom-fuse: apply isort rules
John Snow
2021-06-18
1
-3
/
+9
*
scripts/qmp: redirect qom-xxx scripts to python/qemu/qmp/
John Snow
2021-06-18
4
-250
/
+16
*
python/qmp: add parse_address classmethod
John Snow
2021-06-18
1
-19
/
+2
*
docs: update to show preferred boolean syntax for -chardev
Daniel P. Berrangé
2021-02-25
1
-1
/
+1
*
scripts/qmp: delete 'qmp' script
John Snow
2020-10-27
1
-124
/
+7
*
qmp-shell: Sort by key when pretty-printing
David Edmondson
2020-10-27
1
-1
/
+1
*
scripts/qmp/qom-fuse: Fix getattr(), read() for files in /
Markus Armbruster
2020-09-03
1
-2
/
+8
*
scripts/qmp/qom-fuse: Port to current Python module fuse
Markus Armbruster
2020-09-03
1
-46
/
+47
*
scripts/qmp/qom-fuse: Unbreak import of QEMUMonitorProtocol
Markus Armbruster
2020-09-03
1
-2
/
+2
*
python: remove more instances of sys.version_info
John Snow
2020-05-31
1
-3
/
+0
*
scripts/qmp: Fix shebang and imports
John Snow
2020-05-31
6
-6
/
+18
*
scripts/qmp: Use Python 3 interpreter
Philippe Mathieu-Daudé
2020-05-31
4
-4
/
+4
*
drop "from __future__ import print_function"
Paolo Bonzini
2020-02-07
7
-7
/
+0
*
scripts: Explicit usage of Python 3 (scripts with __main__)
Philippe Mathieu-Daudé
2020-02-07
4
-4
/
+4
*
qmp: make qmp-shell work with python3
Igor Mammedov
2019-07-02
1
-1
/
+4
*
qmp-shell: fix nested json regression
Marc-André Lureau
2019-03-11
1
-2
/
+2
*
Introduce a Python module structure
Cleber Rosa
2019-02-22
4
-258
/
+7
*
qmp-shell: learn to send commands with quoted arguments
Marc-André Lureau
2018-08-15
1
-1
/
+2
*
Partially revert "python: futurize -f libfuturize.fixes.fix_absolute_import"
Eduardo Habkost
2018-06-22
8
-16
/
+8
*
python: futurize -f lib2to3.fixes.fix_numliterals
Eduardo Habkost
2018-06-08
1
-3
/
+3
*
python: futurize -f lib2to3.fixes.fix_standarderror
Eduardo Habkost
2018-06-08
1
-3
/
+3
*
python: futurize -f lib2to3.fixes.fix_has_key
Eduardo Habkost
2018-06-08
7
-8
/
+8
*
python: futurize -f libfuturize.fixes.fix_absolute_import
Eduardo Habkost
2018-06-08
8
-8
/
+16
*
python: futurize -f libfuturize.fixes.fix_print_with_import
Eduardo Habkost
2018-06-08
7
-40
/
+47
*
qmp.py: Encode json data before sending
Eduardo Habkost
2018-03-12
1
-1
/
+1
*
Use HTTPS for qemu.org and other domains
Stefan Hajnoczi
2017-11-21
1
-1
/
+1
*
Use qemu.org domain name
Stefan Hajnoczi
2017-11-21
1
-1
/
+1
*
scripts: Remove debug parameter from QEMUMonitorProtocol
Eduardo Habkost
2017-10-11
1
-9
/
+7
*
qmp.py: Avoid overriding a builtin object
Lukáš Doktor
2017-09-16
1
-4
/
+4
*
qmp.py: Avoid "has_key" usage
Lukáš Doktor
2017-09-16
1
-1
/
+1
*
qmp.py: Use object-based class for QEMUMonitorProtocol
Lukáš Doktor
2017-09-16
2
-3
/
+3
*
qmp.py: Couple of pylint/style fixes
Lukáš Doktor
2017-09-16
1
-13
/
+24
*
scripts/qmp/qom-set: fix the value argument passed to srv.command()
Greg Kurz
2017-05-23
1
-1
/
+1
*
qmp-shell: improve help
Marc-André Lureau
2017-05-09
1
-1
/
+5
*
qmp-shell: don't show version greeting if unavailable
Marc-André Lureau
2017-05-09
1
-0
/
+3
*
qmp-shell: Cope with query-commands error
Marc-André Lureau
2017-05-09
1
-1
/
+4
*
qmp-shell: add -N option to skip negotiate
Marc-André Lureau
2017-05-09
1
-4
/
+7
*
qmp-shell: add persistent command history
John Snow
2017-05-09
1
-0
/
+21
[prev]
[next]