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
*
python: rename qemu.aqmp to qemu.qmp
John Snow
2022-04-21
2
-2
/
+2
*
scripts/qmp-shell-wrap: Fix import path
John Snow
2022-03-07
1
-1
/
+1
*
python: introduce qmp-shell-wrap convenience tool
Daniel P. Berrangé
2022-02-23
1
-0
/
+11
*
python: move qmp-shell under the AQMP package
John Snow
2022-01-21
1
-1
/
+1
*
python: move qmp utilities to python/qemu/utils
John Snow
2022-01-21
6
-6
/
+6
*
scripts/qmp-shell: add redirection shim
John Snow
2021-06-18
1
-0
/
+11
*
scripts/qmp-shell: move to python/qemu/qmp/qmp_shell.py
John Snow
2021-06-18
1
-538
/
+0
*
scripts/qmp-shell: add docstrings
John Snow
2021-06-18
1
-1
/
+38
*
scripts/qmp-shell: make QMPShellError inherit QMPError
John Snow
2021-06-18
1
-1
/
+1
*
scripts/qmp-shell: remove double-underscores
John Snow
2021-06-18
1
-26
/
+26
*
scripts/qmp-shell: convert usage comment to docstring
John Snow
2021-06-18
1
-56
/
+72
*
scripts/qmp-shell: Remove too-broad-exception
John Snow
2021-06-18
1
-4
/
+7
*
scripts/qmp-shell: Fix empty-transaction invocation
John Snow
2021-06-18
1
-6
/
+8
*
scripts/qmp-shell: remove TODO
John Snow
2021-06-18
1
-2
/
+0
*
scripts/qmp-shell: use logging to show warnings
John Snow
2021-06-18
1
-2
/
+8
*
scripts/qmp-shell: Use context manager instead of atexit
John Snow
2021-06-18
1
-16
/
+19
*
scripts/qmp-shell: unprivatize 'pretty' property
John Snow
2021-06-18
1
-5
/
+4
*
scripts/qmp-shell: Accept SocketAddrT instead of string
John Snow
2021-06-18
1
-5
/
+7
*
scripts/qmp-shell: add mypy types
John Snow
2021-06-18
1
-26
/
+41
*
scripts/qmp-shell: initialize completer early
John Snow
2021-06-18
1
-1
/
+1
*
scripts/qmp-shell: refactor QMPCompleter
John Snow
2021-06-18
1
-3
/
+11
*
scripts/qmp-shell: Fix "FuzzyJSON" parser
John Snow
2021-06-18
1
-10
/
+10
*
scripts/qmp-shell: move the REPL functionality into QMPShell
John Snow
2021-06-18
1
-3
/
+7
*
scripts/qmp-shell: remove prompt argument from read_exec_command
John Snow
2021-06-18
1
-3
/
+3
*
scripts/qmp-shell: move get_prompt() to prompt property
John Snow
2021-06-18
1
-4
/
+5
*
scripts/qmp-shell: Make verbose a public attribute
John Snow
2021-06-18
1
-10
/
+6
*
scripts/qmp-shell: Add pretty attribute to HMP shell
John Snow
2021-06-18
1
-7
/
+4
*
scripts/qmp-shell: use argparse
John Snow
2021-06-18
1
-51
/
+33
*
scripts/qmp-shell: use isinstance() instead of type()
John Snow
2021-06-18
1
-2
/
+2
*
scripts/qmp-shell: remove if-raise-else patterns
John Snow
2021-06-18
1
-4
/
+4
*
scripts/qmp-shell: fix shell history exception handling
John Snow
2021-06-18
1
-9
/
+6
*
scripts/qmp-shell: rename one and two-letter variables
John Snow
2021-06-18
1
-12
/
+12
*
scripts/qmp-shell: make QMPCompleter returns explicit
John Snow
2021-06-18
1
-3
/
+3
*
scripts/qmp-shell: ignore visit_Name name
John Snow
2021-06-18
1
-1
/
+1
*
scripts/qmp-shell: use triple-double-quote docstring style
John Snow
2021-06-18
1
-2
/
+5
*
scripts/qmp-shell: declare verbose in __init__
John Snow
2021-06-18
1
-0
/
+1
*
scripts/qmp-shell: Use python3-style super()
John Snow
2021-06-18
1
-3
/
+3
*
scripts/qmp-shell: use @classmethod where appropriate
John Snow
2021-06-18
1
-2
/
+4
*
scripts/qmp-shell: remove shadowed variable from _print()
John Snow
2021-06-18
1
-2
/
+2
*
scripts/qmp-shell: fix connect method signature
John Snow
2021-06-18
1
-1
/
+1
*
scripts/qmp-shell: fix exception handling
John Snow
2021-06-18
1
-1
/
+1
*
scripts/qmp-shell: fix show_banner signature
John Snow
2021-06-18
1
-2
/
+2
*
scripts/qmp-shell: Apply flake8 rules
John Snow
2021-06-18
1
-21
/
+43
*
scripts/qmp-shell: apply isort rules
John Snow
2021-06-18
1
-5
/
+7
*
scripts/qemu-ga-client: Add forwarder shim
John Snow
2021-06-18
1
-0
/
+11
*
scripts/qemu-ga-client: move to python/qemu/qmp/qemu_ga_client.py
John Snow
2021-06-18
1
-327
/
+0
*
scripts/qemu-ga-client: add mypy type hints
John Snow
2021-06-18
1
-40
/
+49
*
scripts/qemu-ga-client: apply (most) pylint rules
John Snow
2021-06-18
1
-3
/
+15
*
scripts/qemu-ga-client: add module docstring
John Snow
2021-06-18
1
-32
/
+33
*
scripts/qemu-ga-client: replace deprecated optparse with argparse
John Snow
2021-06-18
1
-18
/
+16
[next]