aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2021-07-30coverity-model: write models fully for non-array allocation functionsPaolo Bonzini1-6/+51
2021-07-30coverity-model: constrain g_malloc/g_malloc0/g_realloc as never returning NULLPaolo Bonzini1-0/+9
2021-07-30coverity-model: clean up the models for array allocation functionsPaolo Bonzini1-10/+3
2021-07-30coverity-model: remove model for more allocation functionsPaolo Bonzini1-104/+1
2021-07-30coverity-model: make g_free a synonym of freePaolo Bonzini1-9/+8
2021-07-30coverity-model: update address_space_read/write modelsPaolo Bonzini1-3/+45
2021-07-16Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-07-15' into ...Peter Maydell1-1/+1
2021-07-15qapi: Fix crash on missing enum member nameMarkus Armbruster1-1/+1
2021-07-14hw/usb/ccid: remove references to NSSDaniel P. Berrangé1-1/+0
2021-07-14Jobs based on custom runners: docs and gitlab-runner setup playbookCleber Rosa3-1/+84
2021-07-14Jobs based on custom runners: build environment docs and playbookCleber Rosa3-0/+119
2021-07-13Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.1-pull-re...Peter Maydell1-6/+7
2021-07-13linux-user, mips: update syscall-args-o32.c.inc to Linux v5.13Laurent Vivier1-6/+7
2021-07-12qemu-trace-stap: changing SYSTEMTAP_TAPSET considered harmful.Gerd Hoffmann1-10/+4
2021-07-09meson: Use input/output for entitlements targetAkihiko Odaki1-5/+5
2021-07-09modules: check if all dependencies can be satisfiedJose R. Ziviani1-1/+14
2021-07-09modules: generate modinfo.cGerd Hoffmann1-0/+84
2021-07-09modules: collect module meta-dataGerd Hoffmann1-0/+67
2021-07-06Set icon for QEMU binary on Mac OSJohn Arbuckle1-1/+9
2021-07-06coverity-scan: switch to vpath buildPaolo Bonzini1-3/+5
2021-07-06coverity-scan: Remove lm32 / unicore32 targetsPhilippe Mathieu-Daudé1-6/+0
2021-06-25scripts/checkpatch: roll diff tweaking into checkpatch itselfAlex Bennée1-1/+6
2021-06-21Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/python-pull-request' ...Peter Maydell7-1136/+25
2021-06-21Merge remote-tracking branch 'remotes/ehabkost-gl/tags/x86-next-pull-request'...Peter Maydell1-0/+194
2021-06-18scripts/qmp-shell: add redirection shimJohn Snow1-0/+11
2021-06-18scripts/qmp-shell: move to python/qemu/qmp/qmp_shell.pyJohn Snow1-538/+0
2021-06-18scripts/qmp-shell: add docstringsJohn Snow1-1/+38
2021-06-18scripts/qmp-shell: make QMPShellError inherit QMPErrorJohn Snow1-1/+1
2021-06-18scripts/qmp-shell: remove double-underscoresJohn Snow1-26/+26
2021-06-18scripts/qmp-shell: convert usage comment to docstringJohn Snow1-56/+72
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-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-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