summary refs log tree commit diff stats
path: root/python/qemu/utils/accel.py (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-18scripts/qmp-shell: Remove too-broad-exceptionJohn Snow1-4/+7
2021-06-18scripts/qmp-shell: Fix empty-transaction invocationJohn Snow1-6/+8
2021-06-18scripts/qmp-shell: remove TODOJohn Snow1-2/+0
2021-06-18scripts/qmp-shell: use logging to show warningsJohn Snow1-2/+8
2021-06-18scripts/qmp-shell: Use context manager instead of atexitJohn Snow1-16/+19
2021-06-18python/qmp: return generic type from context managerJohn Snow1-1/+4
2021-06-18scripts/qmp-shell: unprivatize 'pretty' propertyJohn Snow1-5/+4
2021-06-18scripts/qmp-shell: Accept SocketAddrT instead of stringJohn Snow1-5/+7
2021-06-18scripts/qmp-shell: add mypy typesJohn Snow1-26/+41
2021-06-18python/qmp: add QMPObject type aliasJohn Snow1-0/+3
2021-06-18scripts/qmp-shell: initialize completer earlyJohn Snow1-1/+1
2021-06-18scripts/qmp-shell: refactor QMPCompleterJohn Snow1-3/+11
2021-06-18scripts/qmp-shell: Fix "FuzzyJSON" parserJohn Snow1-10/+10
2021-06-18scripts/qmp-shell: move the REPL functionality into QMPShellJohn Snow1-3/+7
2021-06-18scripts/qmp-shell: remove prompt argument from read_exec_commandJohn Snow1-3/+3
2021-06-18scripts/qmp-shell: move get_prompt() to prompt propertyJohn Snow1-4/+5
2021-06-18scripts/qmp-shell: Make verbose a public attributeJohn Snow1-10/+6
2021-06-18scripts/qmp-shell: Add pretty attribute to HMP shellJohn Snow1-7/+4
2021-06-18scripts/qmp-shell: use argparseJohn Snow1-51/+33
2021-06-18scripts/qmp-shell: use isinstance() instead of type()John Snow1-2/+2
2021-06-18scripts/qmp-shell: remove if-raise-else patternsJohn Snow1-4/+4
2021-06-18scripts/qmp-shell: fix shell history exception handlingJohn Snow1-9/+6
2021-06-18scripts/qmp-shell: rename one and two-letter variablesJohn Snow1-12/+12
2021-06-18scripts/qmp-shell: make QMPCompleter returns explicitJohn Snow1-3/+3
2021-06-18