Age | Commit message (Expand) | Author |
2021-07-14 | Jobs based on custom runners: docs and gitlab-runner setup playbook | Cleber Rosa |
2021-07-14 | Jobs based on custom runners: build environment docs and playbook | Cleber Rosa |
2021-07-13 | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.1-pull-re... | Peter Maydell |
2021-07-13 | linux-user, mips: update syscall-args-o32.c.inc to Linux v5.13 | Laurent Vivier |
2021-07-12 | qemu-trace-stap: changing SYSTEMTAP_TAPSET considered harmful. | Gerd Hoffmann |
2021-07-09 | meson: Use input/output for entitlements target | Akihiko Odaki |
2021-07-09 | modules: check if all dependencies can be satisfied | Jose R. Ziviani |
2021-07-09 | modules: generate modinfo.c | Gerd Hoffmann |
2021-07-09 | modules: collect module meta-data | Gerd Hoffmann |
2021-07-06 | Set icon for QEMU binary on Mac OS | John Arbuckle |
2021-07-06 | coverity-scan: switch to vpath build | Paolo Bonzini |
2021-07-06 | coverity-scan: Remove lm32 / unicore32 targets | Philippe Mathieu-Daudé |
2021-06-25 | scripts/checkpatch: roll diff tweaking into checkpatch itself | Alex Bennée |
2021-06-21 | Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/python-pull-request' ... | Peter Maydell |
2021-06-21 | Merge remote-tracking branch 'remotes/ehabkost-gl/tags/x86-next-pull-request'... | Peter Maydell |
2021-06-18 | scripts/qmp-shell: add redirection shim | John Snow |
2021-06-18 | scripts/qmp-shell: move to python/qemu/qmp/qmp_shell.py | John Snow |
2021-06-18 | scripts/qmp-shell: add docstrings | John Snow |
2021-06-18 | scripts/qmp-shell: make QMPShellError inherit QMPError | John Snow |
2021-06-18 | scripts/qmp-shell: remove double-underscores | John Snow |
2021-06-18 | scripts/qmp-shell: convert usage comment to docstring | John Snow |
2021-06-18 | scripts/qmp-shell: Remove too-broad-exception | John Snow |
2021-06-18 | scripts/qmp-shell: Fix empty-transaction invocation | John Snow |
2021-06-18 | scripts/qmp-shell: remove TODO | John Snow |
2021-06-18 | scripts/qmp-shell: use logging to show warnings | John Snow |
2021-06-18 | scripts/qmp-shell: Use context manager instead of atexit | John Snow |
2021-06-18 | scripts/qmp-shell: unprivatize 'pretty' property | John Snow |
2021-06-18 | scripts/qmp-shell: Accept SocketAddrT instead of string | John Snow |
2021-06-18 | scripts/qmp-shell: add mypy types | John Snow |
2021-06-18 | scripts/qmp-shell: initialize completer early | John Snow |
2021-06-18 | scripts/qmp-shell: refactor QMPCompleter | John Snow |
2021-06-18 | scripts/qmp-shell: Fix "FuzzyJSON" parser | John Snow |
2021-06-18 | scripts/qmp-shell: move the REPL functionality into QMPShell | John Snow |
2021-06-18 | scripts/qmp-shell: remove prompt argument from read_exec_command | John Snow |
2021-06-18 | scripts/qmp-shell: move get_prompt() to prompt property | John Snow |
2021-06-18 | scripts/qmp-shell: Make verbose a public attribute | John Snow |
2021-06-18 | scripts/qmp-shell: Add pretty attribute to HMP shell | John Snow |
2021-06-18 | scripts/qmp-shell: use argparse | John Snow |
2021-06-18 | scripts/qmp-shell: use isinstance() instead of type() | John Snow |
2021-06-18 | scripts/qmp-shell: remove if-raise-else patterns | John Snow |
2021-06-18 | scripts/qmp-shell: fix shell history exception handling | John Snow |
2021-06-18 | scripts/qmp-shell: rename one and two-letter variables | John Snow |
2021-06-18 | scripts/qmp-shell: make QMPCompleter returns explicit | John Snow |
2021-06-18 | scripts/qmp-shell: ignore visit_Name name | John Snow |
2021-06-18 | scripts/qmp-shell: use triple-double-quote docstring style | John Snow |
2021-06-18 | scripts/qmp-shell: declare verbose in __init__ | John Snow |
2021-06-18 | scripts/qmp-shell: Use python3-style super() | John Snow |
2021-06-18 | scripts/qmp-shell: use @classmethod where appropriate | John Snow |
2021-06-18 | scripts/qmp-shell: remove shadowed variable from _print() | John Snow |
2021-06-18 | scripts/qmp-shell: fix connect method signature | John Snow |