Age | Commit message (Expand) | Author | Files | Lines |
2021-09-01 | fuzz: add an instrumentation filter | Alexander Bulekov | 1 | -0/+15 |
2021-08-26 | qapi: make 'if' condition strings simple identifiers | Marc-André Lureau | 2 | -3/+3 |
2021-08-26 | qapi: add 'not' condition operation | Marc-André Lureau | 2 | -2/+9 |
2021-08-26 | qapi: add 'any' condition | Marc-André Lureau | 2 | -5/+5 |
2021-08-26 | qapi: replace if condition list with dict {'all': [...]} | Marc-André Lureau | 3 | -31/+54 |
2021-08-26 | qapidoc: introduce QAPISchemaIfCond.docgen() | Marc-André Lureau | 2 | -1/+16 |
2021-08-26 | qapi: introduce QAPISchemaIfCond.cgen() | Marc-André Lureau | 6 | -34/+46 |
2021-08-26 | qapi: add QAPISchemaIfCond.is_present() | Marc-André Lureau | 2 | -4/+7 |
2021-08-26 | qapi: wrap Sequence[str] in an object | Marc-André Lureau | 7 | -76/+93 |
2021-08-26 | qapi: Fix crash on redefinition with a different condition | Markus Armbruster | 1 | -11/+11 |
2021-08-11 | fuzz: avoid building twice, when running on gitlab | Alexander Bulekov | 1 | -11/+13 |
2021-07-30 | coverity-model: write models fully for non-array allocation functions | Paolo Bonzini | 1 | -6/+51 |
2021-07-30 | coverity-model: constrain g_malloc/g_malloc0/g_realloc as never returning NULL | Paolo Bonzini | 1 | -0/+9 |
2021-07-30 | coverity-model: clean up the models for array allocation functions | Paolo Bonzini | 1 | -10/+3 |
2021-07-30 | coverity-model: remove model for more allocation functions | Paolo Bonzini | 1 | -104/+1 |
2021-07-30 | coverity-model: make g_free a synonym of free | Paolo Bonzini | 1 | -9/+8 |
2021-07-30 | coverity-model: update address_space_read/write models | Paolo Bonzini | 1 | -3/+45 |
2021-07-16 | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-07-15' into ... | Peter Maydell | 1 | -1/+1 |
2021-07-15 | qapi: Fix crash on missing enum member name | Markus Armbruster | 1 | -1/+1 |
2021-07-14 | hw/usb/ccid: remove references to NSS | Daniel P. Berrangé | 1 | -1/+0 |
2021-07-14 | Jobs based on custom runners: docs and gitlab-runner setup playbook | Cleber Rosa | 3 | -1/+84 |
2021-07-14 | Jobs based on custom runners: build environment docs and playbook | Cleber Rosa | 3 | -0/+119 |
2021-07-13 | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.1-pull-re... | Peter Maydell | 1 | -6/+7 |
2021-07-13 | linux-user, mips: update syscall-args-o32.c.inc to Linux v5.13 | Laurent Vivier | 1 | -6/+7 |
2021-07-12 | qemu-trace-stap: changing SYSTEMTAP_TAPSET considered harmful. | Gerd Hoffmann | 1 | -10/+4 |
2021-07-09 | meson: Use input/output for entitlements target | Akihiko Odaki | 1 | -5/+5 |
2021-07-09 | modules: check if all dependencies can be satisfied | Jose R. Ziviani | 1 | -1/+14 |
2021-07-09 | modules: generate modinfo.c | Gerd Hoffmann | 1 | -0/+84 |
2021-07-09 | modules: collect module meta-data | Gerd Hoffmann | 1 | -0/+67 |
2021-07-06 | Set icon for QEMU binary on Mac OS | John Arbuckle | 1 | -1/+9 |
2021-07-06 | coverity-scan: switch to vpath build | Paolo Bonzini | 1 | -3/+5 |
2021-07-06 | coverity-scan: Remove lm32 / unicore32 targets | Philippe Mathieu-Daudé | 1 | -6/+0 |
2021-06-25 | scripts/checkpatch: roll diff tweaking into checkpatch itself | Alex Bennée | 1 | -1/+6 |
2021-06-21 | Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/python-pull-request' ... | Peter Maydell | 7 | -1136/+25 |
2021-06-21 | Merge remote-tracking branch 'remotes/ehabkost-gl/tags/x86-next-pull-request'... | Peter Maydell | 1 | -0/+194 |
2021-06-18 | scripts/qmp-shell: add redirection shim | John Snow | 1 | -0/+11 |
2021-06-18 | scripts/qmp-shell: move to python/qemu/qmp/qmp_shell.py | John Snow | 1 | -538/+0 |
2021-06-18 | scripts/qmp-shell: add docstrings | John Snow | 1 | -1/+38 |
2021-06-18 | scripts/qmp-shell: make QMPShellError inherit QMPError | John Snow | 1 | -1/+1 |
2021-06-18 | scripts/qmp-shell: remove double-underscores | John Snow | 1 | -26/+26 |
2021-06-18 | scripts/qmp-shell: convert usage comment to docstring | John Snow | 1 | -56/+72 |
2021-06-18 | scripts/qmp-shell: Remove too-broad-exception | John Snow | 1 | -4/+7 |
2021-06-18 | scripts/qmp-shell: Fix empty-transaction invocation | John Snow | 1 | -6/+8 |
2021-06-18 | scripts/qmp-shell: remove TODO | John Snow | 1 | -2/+0 |
2021-06-18 | scripts/qmp-shell: use logging to show warnings | John Snow | 1 | -2/+8 |
2021-06-18 | scripts/qmp-shell: Use context manager instead of atexit | John Snow | 1 | -16/+19 |
2021-06-18 | scripts/qmp-shell: unprivatize 'pretty' property | John Snow | 1 | -5/+4 |
2021-06-18 | scripts/qmp-shell: Accept SocketAddrT instead of string | John Snow | 1 | -5/+7 |
2021-06-18 | scripts/qmp-shell: add mypy types | John Snow | 1 | -26/+41 |
2021-06-18 | scripts/qmp-shell: initialize completer early | John Snow | 1 | -1/+1 |