aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2021-07-16Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-07-15' into ...Peter Maydell
2021-07-15qapi: Fix crash on missing enum member nameMarkus Armbruster
2021-07-14hw/usb/ccid: remove references to NSSDaniel P. Berrangé
2021-07-14Jobs based on custom runners: docs and gitlab-runner setup playbookCleber Rosa
2021-07-14Jobs based on custom runners: build environment docs and playbookCleber Rosa
2021-07-13Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.1-pull-re...Peter Maydell
2021-07-13linux-user, mips: update syscall-args-o32.c.inc to Linux v5.13Laurent Vivier
2021-07-12qemu-trace-stap: changing SYSTEMTAP_TAPSET considered harmful.Gerd Hoffmann
2021-07-09meson: Use input/output for entitlements targetAkihiko Odaki
2021-07-09modules: check if all dependencies can be satisfiedJose R. Ziviani
2021-07-09modules: generate modinfo.cGerd Hoffmann
2021-07-09modules: collect module meta-dataGerd Hoffmann
2021-07-06Set icon for QEMU binary on Mac OSJohn Arbuckle
2021-07-06coverity-scan: switch to vpath buildPaolo Bonzini
2021-07-06coverity-scan: Remove lm32 / unicore32 targetsPhilippe Mathieu-Daudé
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