summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2021-06-25scripts/checkpatch: roll diff tweaking into checkpatch itselfAlex Bennée
2021-06-21Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/python-pull-request' ...Peter Maydell
2021-06-21Merge remote-tracking branch 'remotes/ehabkost-gl/tags/x86-next-pull-request'...Peter Maydell
2021-06-18scripts/qmp-shell: add redirection shimJohn Snow
2021-06-18scripts/qmp-shell: move to python/qemu/qmp/qmp_shell.pyJohn Snow
2021-06-18scripts/qmp-shell: add docstringsJohn Snow
2021-06-18scripts/qmp-shell: make QMPShellError inherit QMPErrorJohn Snow
2021-06-18scripts/qmp-shell: remove double-underscoresJohn Snow
2021-06-18scripts/qmp-shell: convert usage comment to docstringJohn Snow
2021-06-18scripts/qmp-shell: Remove too-broad-exceptionJohn Snow
2021-06-18scripts/qmp-shell: Fix empty-transaction invocationJohn Snow
2021-06-18scripts/qmp-shell: remove TODOJohn Snow
2021-06-18scripts/qmp-shell: use logging to show warningsJohn Snow
2021-06-18scripts/qmp-shell: Use context manager instead of atexitJohn Snow
2021-06-18scripts/qmp-shell: unprivatize 'pretty' propertyJohn Snow
2021-06-18scripts/qmp-shell: Accept SocketAddrT instead of stringJohn Snow
2021-06-18scripts/qmp-shell: add mypy typesJohn Snow
2021-06-18scripts/qmp-shell: initialize completer earlyJohn Snow
2021-06-18scripts/qmp-shell: refactor QMPCompleterJohn Snow
2021-06-18scripts/qmp-shell: Fix "FuzzyJSON" parserJohn Snow
2021-06-18scripts/qmp-shell: move the REPL functionality into QMPShellJohn Snow
2021-06-18scripts/qmp-shell: remove prompt argument from read_exec_commandJohn Snow
2021-06-18scripts/qmp-shell: move get_prompt() to prompt propertyJohn Snow
2021-06-18scripts/qmp-shell: Make verbose a public attributeJohn Snow
2021-06-18scripts/qmp-shell: Add pretty attribute to HMP shellJohn Snow
2021-06-18scripts/qmp-shell: use argparseJohn Snow
2021-06-18scripts/qmp-shell: use isinstance() instead of type()John Snow
2021-06-18scripts/qmp-shell: remove if-raise-else patternsJohn Snow
2021-06-18scripts/qmp-shell: fix shell history exception handlingJohn Snow
2021-06-18scripts/qmp-shell: rename one and two-letter variablesJohn Snow
2021-06-18scripts/qmp-shell: make QMPCompleter returns explicitJohn Snow
2021-06-18scripts/qmp-shell: ignore visit_Name nameJohn Snow
2021-06-18scripts/qmp-shell: use triple-double-quote docstring styleJohn Snow
2021-06-18scripts/qmp-shell: declare verbose in __init__John Snow
2021-06-18scripts/qmp-shell: Use python3-style super()John Snow
2021-06-18scripts/qmp-shell: use @classmethod where appropriateJohn Snow
2021-06-18scripts/qmp-shell: remove shadowed variable from _print()John Snow
2021-06-18scripts/qmp-shell: fix connect method signatureJohn Snow
2021-06-18scripts/qmp-shell: fix exception handlingJohn Snow
2021-06-18scripts/qmp-shell: fix show_banner signatureJohn Snow
2021-06-18scripts/qmp-shell: Apply flake8 rulesJohn Snow
2021-06-18scripts/qmp-shell: apply isort rulesJohn Snow
2021-06-18scripts/qemu-ga-client: Add forwarder shimJohn Snow
2021-06-18scripts/qemu-ga-client: move to python/qemu/qmp/qemu_ga_client.pyJohn Snow
2021-06-18scripts/qemu-ga-client: add mypy type hintsJohn Snow
2021-06-18scripts/qemu-ga-client: apply (most) pylint rulesJohn Snow
2021-06-18scripts/qemu-ga-client: add module docstringJohn Snow
2021-06-18scripts/qemu-ga-client: replace deprecated optparse with argparseJohn Snow
2021-06-18scripts/qemu-ga-client: Fix exception handlingJohn Snow
2021-06-18scripts/qemu-ga-client: apply (most) flake8 rulesJohn Snow