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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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-02-15
travis.yml: Move gprof/gcov test across to gitlab
Philippe Mathieu-Daudé
1
-1
/
+1
2021-02-09
get_maintainer: update repo URL to GitLab
Stefan Hajnoczi
1
-1
/
+1
2021-02-09
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
1
-1
/
+1
2021-02-08
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20210208a'...
Peter Maydell
1
-0
/
+122
2021-02-08
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-02-08' into ...
Peter Maydell
8
-96
/
+131
2021-02-08
fuzz: fix wrong index in clear_bits
Qiuhao Li
1
-1
/
+1
2021-02-08
qapi: enable strict-optional checks
John Snow
1
-1
/
+0
2021-02-08
qapi: type 'info' as Optional[QAPISourceInfo]
John Snow
5
-6
/
+6
2021-02-08
qapi/gen: Drop support for QAPIGen without a file name
Markus Armbruster
1
-2
/
+2
2021-02-08
qapi/commands: Simplify command registry generation
Markus Armbruster
1
-27
/
+22
2021-02-08
qapi/gen: Support switching to another module temporarily
Markus Armbruster
1
-0
/
+7
2021-02-08
qapi/gen: write _genc/_genh access shims
John Snow
1
-5
/
+13
2021-02-08
qapi: centralize the built-in module name definition
John Snow
1
-5
/
+8
2021-02-08
qapi/gen: Combine ._add_[user|system]_module
Markus Armbruster
3
-14
/
+7
2021-02-08
qapi: use './builtin' as the built-in module name
John Snow
2
-19
/
+19
2021-02-08
qapi: use explicitly internal module names
John Snow
3
-3
/
+4
2021-02-08
qapi/gen: Replace ._begin_system_module()
Markus Armbruster
3
-6
/
+7
2021-02-08
qapi: centralize is_[user|system|builtin]_module methods
John Snow
2
-16
/
+40
2021-02-08
qapi/gen: inline _wrap_ifcond into end_if()
John Snow
1
-5
/
+2
2021-02-08
qapi/main: handle theoretical None-return from re.match()
John Snow
1
-0
/
+2
2021-02-08
qapi/events: fix visit_event typing
John Snow
1
-5
/
+7
2021-02-08
qapi/commands: assert arg_type is not None
John Snow
1
-3
/
+6
2021-02-08
migration: introduce 'userfaultfd-wrlat.py' script
Andrey Gruzdev
1
-0
/
+122
2021-02-08
scripts/mtest2make.py: export all-%s-targets variable and use it
Alex Bennée
1
-0
/
+1
2021-02-01
simpletrace: build() missing 2 required positional arguments
Volker Rümelin
1
-1
/
+3
2021-02-01
trace: make the 'log' backend timestamp configurable
Stefan Hajnoczi
1
-6
/
+13
2021-02-01
tracetool: also strip %l and %ll from systemtap format strings
Daniel P. Berrangé
1
-1
/
+6
2021-02-01
tracetool: fix "PRI" macro decoding
Laurent Vivier
1
-0
/
+1
2021-01-29
Merge remote-tracking branch 'remotes/berrange-gitlab/tags/misc-fixes-pull-re...
Peter Maydell
1
-8
/
+26
2021-01-29
configure: replace --enable/disable-git-update with --with-git-submodules
Dan Streetman
1
-8
/
+26
2021-01-29
hvf: Add hypervisor entitlement to output binaries
Alexander Graf
1
-0
/
+13
2021-01-26
simplebench: add bench-backup.py
Vladimir Sementsov-Ogievskiy
1
-0
/
+167
2021-01-26
simplebench: bench_block_job: add cmd_options argument
Vladimir Sementsov-Ogievskiy
2
-5
/
+8
2021-01-26
simplebench/bench_block_job: use correct shebang line with python3
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2021-01-21
update-linux-headers: Include const.h
Eric Farman
1
-1
/
+4
2021-01-18
scripts/checkpatch.pl: fix git-show invocation to include diffstat
Alex Bennée
1
-1
/
+1
2021-01-13
decodetree: Open files with encoding='utf-8'
Philippe Mathieu-Daudé
1
-3
/
+6
2021-01-12
scripts/gdb: implement 'qemu bt'
Maxim Levitsky
2
-1
/
+28
2021-01-12
scripts/gdb: fix 'qemu coroutine' when users selects a non topmost stack frame
Maxim Levitsky
1
-0
/
+7
2021-01-11
fuzz: heuristic split write based on past IOs
Qiuhao Li
1
-0
/
+56
2021-01-11
fuzz: add minimization options
Qiuhao Li
1
-4
/
+26
2021-01-11
fuzz: set bits in operand of write/out to zero
Qiuhao Li
1
-0
/
+39
2021-01-11
fuzz: remove IO commands iteratively
Qiuhao Li
1
-15
/
+26
2021-01-11
fuzz: split write operand using binary approach
Qiuhao Li
1
-9
/
+20
2021-01-11
fuzz: double the IOs to remove for every loop
Qiuhao Li
1
-12
/
+21
2021-01-11
fuzz: accelerate non-crash detection
Qiuhao Li
1
-13
/
+31
2021-01-08
scripts/coccinelle: New script to remove unnecessary timer_del() calls
Peter Maydell
1
-0
/
+18
2021-01-04
tracetool: show trace-events filename/lineno in fmt string errors
Stefan Hajnoczi
3
-0
/
+12
2021-01-04
tracetool: add input filename and line number to Event
Stefan Hajnoczi
1
-5
/
+22
2021-01-04
tracetool: add out_lineno and out_next_lineno to out()
Stefan Hajnoczi
1
-1
/
+9
[next]