summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* qapi: make 'if' condition strings simple identifiersMarc-André Lureau2021-08-262-3/+3
* qapi: add 'not' condition operationMarc-André Lureau2021-08-262-2/+9
* qapi: add 'any' conditionMarc-André Lureau2021-08-262-5/+5
* qapi: replace if condition list with dict {'all': [...]}Marc-André Lureau2021-08-263-31/+54
* qapidoc: introduce QAPISchemaIfCond.docgen()Marc-André Lureau2021-08-262-1/+16
* qapi: introduce QAPISchemaIfCond.cgen()Marc-André Lureau2021-08-266-34/+46
* qapi: add QAPISchemaIfCond.is_present()Marc-André Lureau2021-08-262-4/+7
* qapi: wrap Sequence[str] in an objectMarc-André Lureau2021-08-267-76/+93
* qapi: Fix crash on redefinition with a different conditionMarkus Armbruster2021-08-261-11/+11
* fuzz: avoid building twice, when running on gitlabAlexander Bulekov2021-08-111-11/+13
* coverity-model: write models fully for non-array allocation functionsPaolo Bonzini2021-07-301-6/+51
* coverity-model: constrain g_malloc/g_malloc0/g_realloc as never returning NULLPaolo Bonzini2021-07-301-0/+9
* coverity-model: clean up the models for array allocation functionsPaolo Bonzini2021-07-301-10/+3Star
* coverity-model: remove model for more allocation functionsPaolo Bonzini2021-07-301-104/+1Star
* coverity-model: make g_free a synonym of freePaolo Bonzini2021-07-301-9/+8Star
* coverity-model: update address_space_read/write modelsPaolo Bonzini2021-07-301-3/+45
* Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-07-15' into ...Peter Maydell2021-07-161-1/+1
|\
| * qapi: Fix crash on missing enum member nameMarkus Armbruster2021-07-151-1/+1
* | hw/usb/ccid: remove references to NSSDaniel P. Berrangé2021-07-141-1/+0Star
* | Jobs based on custom runners: docs and gitlab-runner setup playbookCleber Rosa2021-07-143-1/+84
* | Jobs based on custom runners: build environment docs and playbookCleber Rosa2021-07-143-0/+119
|/
* Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.1-pull-re...Peter Maydell2021-07-131-6/+7
|\
| * linux-user, mips: update syscall-args-o32.c.inc to Linux v5.13Laurent Vivier2021-07-131-6/+7
* | qemu-trace-stap: changing SYSTEMTAP_TAPSET considered harmful.Gerd Hoffmann2021-07-121-10/+4Star
|/
* meson: Use input/output for entitlements targetAkihiko Odaki2021-07-091-5/+5
* 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