index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
Age
Commit message (
Expand
)
Author
Files
Lines
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
2021-06-18
scripts/qmp-shell: refactor QMPCompleter
John Snow
1
-3
/
+11
2021-06-18
scripts/qmp-shell: Fix "FuzzyJSON" parser
John Snow
1
-10
/
+10
2021-06-18
scripts/qmp-shell: move the REPL functionality into QMPShell
John Snow
1
-3
/
+7
2021-06-18
scripts/qmp-shell: remove prompt argument from read_exec_command
John Snow
1
-3
/
+3
2021-06-18
scripts/qmp-shell: move get_prompt() to prompt property
John Snow
1
-4
/
+5
2021-06-18
scripts/qmp-shell: Make verbose a public attribute
John Snow
1
-10
/
+6
2021-06-18
scripts/qmp-shell: Add pretty attribute to HMP shell
John Snow
1
-7
/
+4
2021-06-18
scripts/qmp-shell: use argparse
John Snow
1
-51
/
+33
2021-06-18
scripts/qmp-shell: use isinstance() instead of type()
John Snow
1
-2
/
+2
2021-06-18
scripts/qmp-shell: remove if-raise-else patterns
John Snow
1
-4
/
+4
2021-06-18
scripts/qmp-shell: fix shell history exception handling
John Snow
1
-9
/
+6
2021-06-18
scripts/qmp-shell: rename one and two-letter variables
John Snow
1
-12
/
+12
2021-06-18
scripts/qmp-shell: make QMPCompleter returns explicit
John Snow
1
-3
/
+3
2021-06-18
scripts/qmp-shell: ignore visit_Name name
John Snow
1
-1
/
+1
2021-06-18
scripts/qmp-shell: use triple-double-quote docstring style
John Snow
1
-2
/
+5
2021-06-18
scripts/qmp-shell: declare verbose in __init__
John Snow
1
-0
/
+1
2021-06-18
scripts/qmp-shell: Use python3-style super()
John Snow
1
-3
/
+3
2021-06-18
scripts/qmp-shell: use @classmethod where appropriate
John Snow
1
-2
/
+4
2021-06-18
scripts/qmp-shell: remove shadowed variable from _print()
John Snow
1
-2
/
+2
2021-06-18
scripts/qmp-shell: fix connect method signature
John Snow
1
-1
/
+1
2021-06-18
scripts/qmp-shell: fix exception handling
John Snow
1
-1
/
+1
2021-06-18
scripts/qmp-shell: fix show_banner signature
John Snow
1
-2
/
+2
2021-06-18
scripts/qmp-shell: Apply flake8 rules
John Snow
1
-21
/
+43
2021-06-18
scripts/qmp-shell: apply isort rules
John Snow
1
-5
/
+7
2021-06-18
scripts/qemu-ga-client: Add forwarder shim
John Snow
1
-0
/
+11
2021-06-18
scripts/qemu-ga-client: move to python/qemu/qmp/qemu_ga_client.py
John Snow
1
-327
/
+0
[next]