index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
qmp
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-18
scripts/qom-fuse: add static type hints
John Snow
1
-9
/
+17
2021-06-18
scripts/qom-fuse: ensure QOMFuse.read always returns bytes
John Snow
1
-3
/
+3
2021-06-18
scripts/qom-fuse: use QOMCommand.qom_list()
John Snow
1
-10
/
+8
2021-06-18
scripts/qom-fuse: Convert to QOMCommand
John Snow
1
-13
/
+46
2021-06-18
scripts/qom-fuse: Add docstrings
John Snow
1
-2
/
+19
2021-06-18
scripts/qom-fuse: Apply pylint rules
John Snow
1
-8
/
+8
2021-06-18
scripts/qom-fuse: apply flake8 rules
John Snow
1
-38
/
+43
2021-06-18
scripts/qom-fuse: apply isort rules
John Snow
1
-3
/
+9
2021-06-18
scripts/qmp: redirect qom-xxx scripts to python/qemu/qmp/
John Snow
4
-250
/
+16
2021-06-18
python/qmp: add parse_address classmethod
John Snow
1
-19
/
+2
2021-02-25
docs: update to show preferred boolean syntax for -chardev
Daniel P. Berrangé
1
-1
/
+1
2020-10-27
scripts/qmp: delete 'qmp' script
John Snow
1
-124
/
+7
2020-10-27
qmp-shell: Sort by key when pretty-printing
David Edmondson
1
-1
/
+1
2020-09-03
scripts/qmp/qom-fuse: Fix getattr(), read() for files in /
Markus Armbruster
1
-2
/
+8
2020-09-03
scripts/qmp/qom-fuse: Port to current Python module fuse
Markus Armbruster
1
-46
/
+47
2020-09-03
scripts/qmp/qom-fuse: Unbreak import of QEMUMonitorProtocol
Markus Armbruster
1
-2
/
+2
2020-05-31
python: remove more instances of sys.version_info
John Snow
1
-3
/
+0
2020-05-31
scripts/qmp: Fix shebang and imports
John Snow
6
-6
/
+18
2020-05-31
scripts/qmp: Use Python 3 interpreter
Philippe Mathieu-Daudé
4
-4
/
+4
2020-02-07
drop "from __future__ import print_function"
Paolo Bonzini
7
-7
/
+0
2020-02-07
scripts: Explicit usage of Python 3 (scripts with __main__)
Philippe Mathieu-Daudé
4
-4
/
+4
2019-07-01
qmp: make qmp-shell work with python3
Igor Mammedov
1
-1
/
+4
2019-03-11
qmp-shell: fix nested json regression
Marc-André Lureau
1
-2
/
+2
2019-02-22
Introduce a Python module structure
Cleber Rosa
4
-258
/
+7
2018-08-15
qmp-shell: learn to send commands with quoted arguments
Marc-André Lureau
1
-1
/
+2
2018-06-22
Partially revert "python: futurize -f libfuturize.fixes.fix_absolute_import"
Eduardo Habkost
8
-16
/
+8
2018-06-08
python: futurize -f lib2to3.fixes.fix_numliterals
Eduardo Habkost
1
-3
/
+3
2018-06-08
python: futurize -f lib2to3.fixes.fix_standarderror
Eduardo Habkost
1
-3
/
+3
2018-06-08
python: futurize -f lib2to3.fixes.fix_has_key
Eduardo Habkost
7
-8
/
+8
2018-06-08
python: futurize -f libfuturize.fixes.fix_absolute_import
Eduardo Habkost
8
-8
/
+16
2018-06-08
python: futurize -f libfuturize.fixes.fix_print_with_import
Eduardo Habkost
7
-40
/
+47
2018-03-12
qmp.py: Encode json data before sending
Eduardo Habkost
1
-1
/
+1
2017-11-21
Use HTTPS for qemu.org and other domains
Stefan Hajnoczi
1
-1
/
+1
2017-11-21
Use qemu.org domain name
Stefan Hajnoczi
1
-1
/
+1
2017-10-11
scripts: Remove debug parameter from QEMUMonitorProtocol
Eduardo Habkost
1
-9
/
+7
2017-09-15
qmp.py: Avoid overriding a builtin object
Lukáš Doktor
1
-4
/
+4
2017-09-15
qmp.py: Avoid "has_key" usage
Lukáš Doktor
1
-1
/
+1
2017-09-15
qmp.py: Use object-based class for QEMUMonitorProtocol
Lukáš Doktor
2
-3
/
+3
2017-09-15
qmp.py: Couple of pylint/style fixes
Lukáš Doktor
1
-13
/
+24
2017-05-23
scripts/qmp/qom-set: fix the value argument passed to srv.command()
Greg Kurz
1
-1
/
+1
2017-05-09
qmp-shell: improve help
Marc-André Lureau
1
-1
/
+5
2017-05-09
qmp-shell: don't show version greeting if unavailable
Marc-André Lureau
1
-0
/
+3
2017-05-09
qmp-shell: Cope with query-commands error
Marc-André Lureau
1
-1
/
+4
2017-05-09
qmp-shell: add -N option to skip negotiate
Marc-André Lureau
1
-4
/
+7
2017-05-09
qmp-shell: add persistent command history
John Snow
1
-0
/
+21
2017-03-16
qmp: allow setting properties to empty string in qmp-shell
Daniel P. Berrange
1
-2
/
+2
2016-07-22
scripts: ensure monitor socket has SO_REUSEADDR set
Daniel P. Berrange
1
-0
/
+1
2016-07-22
scripts: set timeout when waiting for qemu monitor connection
Daniel P. Berrange
1
-0
/
+1
2016-07-22
scripts: add a 'debug' parameter to QEMUMonitorProtocol
Daniel P. Berrange
1
-2
/
+11
2016-07-22
scripts: add __init__.py file to scripts/qmp/
Daniel P. Berrange
1
-0
/
+0
[prev]
[next]