summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* modules: check if all dependencies can be satisfiedJose R. Ziviani2021-07-091-1/+14
* modules: generate modinfo.cGerd Hoffmann2021-07-091-0/+84
* modules: collect module meta-dataGerd Hoffmann2021-07-091-0/+67
* Set icon for QEMU binary on Mac OSJohn Arbuckle2021-07-061-1/+9
* coverity-scan: switch to vpath buildPaolo Bonzini2021-07-061-3/+5
* coverity-scan: Remove lm32 / unicore32 targetsPhilippe Mathieu-Daudé2021-07-061-6/+0Star
* scripts/checkpatch: roll diff tweaking into checkpatch itselfAlex Bennée2021-06-251-1/+6
* Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/python-pull-request' ...Peter Maydell2021-06-217-1136/+25Star
|\
| * scripts/qmp-shell: add redirection shimJohn Snow2021-06-181-0/+11
| * scripts/qmp-shell: move to python/qemu/qmp/qmp_shell.pyJohn Snow2021-06-181-538/+0Star
| * scripts/qmp-shell: add docstringsJohn Snow2021-06-181-1/+38
| * scripts/qmp-shell: make QMPShellError inherit QMPErrorJohn Snow2021-06-181-1/+1
| * scripts/qmp-shell: remove double-underscoresJohn Snow2021-06-181-26/+26
| * scripts/qmp-shell: convert usage comment to docstringJohn Snow2021-06-181-56/+72
| * scripts/qmp-shell: Remove too-broad-exceptionJohn Snow2021-06-181-4/+7
| * scripts/qmp-shell: Fix empty-transaction invocationJohn Snow2021-06-181-6/+8
| * scripts/qmp-shell: remove TODOJohn Snow2021-06-181-2/+0Star
| * scripts/qmp-shell: use logging to show warningsJohn Snow2021-06-181-2/+8
| * scripts/qmp-shell: Use context manager instead of atexitJohn Snow2021-06-181-16/+19
| * scripts/qmp-shell: unprivatize 'pretty' propertyJohn Snow2021-06-181-5/+4Star
| * scripts/qmp-shell: Accept SocketAddrT instead of stringJohn Snow2021-06-181-5/+7
| * scripts/qmp-shell: add mypy typesJohn Snow2021-06-181-26/+41
| * scripts/qmp-shell: initialize completer earlyJohn Snow2021-06-181-1/+1
| * scripts/qmp-shell: refactor QMPCompleterJohn Snow2021-06-181-3/+11
| * scripts/qmp-shell: Fix "FuzzyJSON" parserJohn Snow2021-06-181-10/+10
| * scripts/qmp-shell: move the REPL functionality into QMPShellJohn Snow2021-06-181-3/+7
| * scripts/qmp-shell: remove prompt argument from read_exec_commandJohn Snow2021-06-181-3/+3
| * scripts/qmp-shell: move get_prompt() to prompt propertyJohn Snow2021-06-181-4/+5
| * scripts/qmp-shell: Make verbose a public attributeJohn Snow2021-06-181-10/+6Star
| * scripts/qmp-shell: Add pretty attribute to HMP shellJohn Snow2021-06-181-7/+4Star
| * scripts/qmp-shell: use argparseJohn Snow2021-06-181-51/+33Star
| * scripts/qmp-shell: use isinstance() instead of type()John Snow2021-06-181-2/+2
| * scripts/qmp-shell: remove if-raise-else patternsJohn Snow2021-06-181-4/+4
| * scripts/qmp-shell: fix shell history exception handlingJohn Snow2021-06-181-9/+6Star
| * scripts/qmp-shell: rename one and two-letter variablesJohn Snow2021-06-181-12/+12
| * scripts/qmp-shell: make QMPCompleter returns explicitJohn Snow2021-06-181-3/+3
| * scripts/qmp-shell: ignore visit_Name nameJohn Snow2021-06-181-1/+1
| * scripts/qmp-shell: use triple-double-quote docstring styleJohn Snow2021-06-181-2/+5
| * scripts/qmp-shell: declare verbose in __init__John Snow2021-06-181-0/+1
| * scripts/qmp-shell: Use python3-style super()John Snow2021-06-181-3/+3
| * scripts/qmp-shell: use @classmethod where appropriateJohn Snow2021-06-181-2/+4
| * scripts/qmp-shell: remove shadowed variable from _print()John Snow2021-06-181-2/+2
| * scripts/qmp-shell: fix connect method signatureJohn Snow2021-06-181-1/+1
| * scripts/qmp-shell: fix exception handlingJohn Snow2021-06-181-1/+1
| * scripts/qmp-shell: fix show_banner signatureJohn Snow2021-06-181-2/+2
| * scripts/qmp-shell: Apply flake8 rulesJohn Snow2021-06-181-21/+43
| * scripts/qmp-shell: apply isort rulesJohn Snow2021-06-181-5/+7
| * scripts/qemu-ga-client: Add forwarder shimJohn Snow2021-06-181-0/+11
| * scripts/qemu-ga-client: move to python/qemu/qmp/qemu_ga_client.pyJohn Snow2021-06-181-327/+0Star
| * scripts/qemu-ga-client: add mypy type hintsJohn Snow2021-06-181-40/+49