120 Commits (d8a22e69fec2aa495665ee95af1997651a20ca1f)

Author SHA1 Message Date
John Snow 37094b6dd5 python: rename qemu.aqmp to qemu.qmp 4 years ago
John Snow 7cba010e82 scripts/qmp-shell-wrap: Fix import path 5 years ago
Daniel P. Berrangé 439125293c python: introduce qmp-shell-wrap convenience tool 5 years ago
John Snow fd9c3a6219 python: move qmp-shell under the AQMP package 5 years ago
John Snow 0347c4c4cf python: move qmp utilities to python/qemu/utils 5 years ago
John Snow d08caefe66 scripts/qmp-shell: add redirection shim 5 years ago
John Snow 6be7206efc scripts/qmp-shell: move to python/qemu/qmp/qmp_shell.py 5 years ago
John Snow e359c5a8b8 scripts/qmp-shell: add docstrings 5 years ago
John Snow 6a1105adba scripts/qmp-shell: make QMPShellError inherit QMPError 5 years ago
John Snow a64fe44d5a scripts/qmp-shell: remove double-underscores 5 years ago
John Snow 7fc29896d2 scripts/qmp-shell: convert usage comment to docstring 5 years ago
John Snow 26d3ce9e5e scripts/qmp-shell: Remove too-broad-exception 5 years ago
John Snow c83055ef1d scripts/qmp-shell: Fix empty-transaction invocation 5 years ago
John Snow 74688377fe scripts/qmp-shell: remove TODO 5 years ago
John Snow be19c6a712 scripts/qmp-shell: use logging to show warnings 5 years ago
John Snow d1d14e5989 scripts/qmp-shell: Use context manager instead of atexit 5 years ago
John Snow 6e24a7edb8 scripts/qmp-shell: unprivatize 'pretty' property 5 years ago
John Snow b0b8ca17e5 scripts/qmp-shell: Accept SocketAddrT instead of string 5 years ago
John Snow 1eab88723c scripts/qmp-shell: add mypy types 5 years ago
John Snow 4157429582 scripts/qmp-shell: initialize completer early 5 years ago
John Snow db12abc208 scripts/qmp-shell: refactor QMPCompleter 5 years ago
John Snow 6faf2384ec scripts/qmp-shell: Fix "FuzzyJSON" parser 5 years ago
John Snow ad4eebee00 scripts/qmp-shell: move the REPL functionality into QMPShell 5 years ago
John Snow 1215a1fbef scripts/qmp-shell: remove prompt argument from read_exec_command 5 years ago
John Snow 1caa505766 scripts/qmp-shell: move get_prompt() to prompt property 5 years ago
John Snow 2ac3f3786e scripts/qmp-shell: Make verbose a public attribute 5 years ago
John Snow ad459132c0 scripts/qmp-shell: Add pretty attribute to HMP shell 5 years ago
John Snow 17329be2fd scripts/qmp-shell: use argparse 5 years ago
John Snow 90bd8eb8dc scripts/qmp-shell: use isinstance() instead of type() 5 years ago
John Snow 73f699c903 scripts/qmp-shell: remove if-raise-else patterns 5 years ago
John Snow d962ec85ed scripts/qmp-shell: fix shell history exception handling 5 years ago
John Snow 628b92dd67 scripts/qmp-shell: rename one and two-letter variables 5 years ago
John Snow 2813dee053 scripts/qmp-shell: make QMPCompleter returns explicit 5 years ago
John Snow 50f6f1c308 scripts/qmp-shell: ignore visit_Name name 5 years ago
John Snow c6be2bf86e scripts/qmp-shell: use triple-double-quote docstring style 5 years ago
John Snow 31226369ab scripts/qmp-shell: declare verbose in __init__ 5 years ago
John Snow 5cb0233861 scripts/qmp-shell: Use python3-style super() 5 years ago
John Snow c4a1447fc1 scripts/qmp-shell: use @classmethod where appropriate 5 years ago
John Snow 9669c8289c scripts/qmp-shell: remove shadowed variable from _print() 5 years ago
John Snow f2daa2d489 scripts/qmp-shell: fix connect method signature 5 years ago
John Snow de14ba24f3 scripts/qmp-shell: fix exception handling 5 years ago
John Snow 70e5674018 scripts/qmp-shell: fix show_banner signature 5 years ago
John Snow 169b43b367 scripts/qmp-shell: Apply flake8 rules 5 years ago
John Snow badf462985 scripts/qmp-shell: apply isort rules 5 years ago
John Snow 88fb483fc5 scripts/qemu-ga-client: Add forwarder shim 5 years ago
John Snow 1e129afc31 scripts/qemu-ga-client: move to python/qemu/qmp/qemu_ga_client.py 5 years ago
John Snow ca683d4a2f scripts/qemu-ga-client: add mypy type hints 5 years ago
John Snow f85d3252ef scripts/qemu-ga-client: apply (most) pylint rules 5 years ago
John Snow aff103b531 scripts/qemu-ga-client: add module docstring 5 years ago
John Snow 0cf1a52d28 scripts/qemu-ga-client: replace deprecated optparse with argparse 5 years ago