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
2020-03-05
qapi: Brush off some (py)lint
Markus Armbruster
6
-18
/
+15
2020-03-05
qapi: Use super() now we have Python 3
Markus Armbruster
9
-44
/
+43
2020-03-05
qapi: Drop conditionals for Python 2
Markus Armbruster
3
-15
/
+3
2020-03-05
qapi: Inheriting from object is pointless with Python 3, drop
Markus Armbruster
4
-12
/
+12
2020-02-25
Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEAD
Paolo Bonzini
2
-0
/
+114
2020-02-22
softmmu: move vl.c to softmmu/
Alexander Bulekov
2
-2
/
+3
2020-02-20
Avoid cpu_physical_memory_rw() with a constant is_write argument
Philippe Mathieu-Daudé
1
-0
/
+12
2020-02-20
Let cpu_[physical]_memory() calls pass a boolean 'is_write' argument
Philippe Mathieu-Daudé
1
-0
/
+14
2020-02-20
Avoid address_space_rw() with a constant is_write argument
Peter Maydell
1
-0
/
+13
2020-02-20
Let address_space_rw() calls pass a boolean 'is_write' argument
Philippe Mathieu-Daudé
1
-0
/
+12
2020-02-20
Remove unnecessary cast when using the cpu_[physical]_memory API
Philippe Mathieu-Daudé
1
-0
/
+10
2020-02-20
Remove unnecessary cast when using the address_space API
Philippe Mathieu-Daudé
1
-1
/
+14
2020-02-20
hw/net: Avoid casting non-const pointer, use address_space_write()
Philippe Mathieu-Daudé
1
-0
/
+14
2020-02-20
hw: Remove unnecessary cast when calling dma_memory_read()
Philippe Mathieu-Daudé
1
-0
/
+23
2020-02-20
scripts/git.orderfile: Display Cocci scripts before code modifications
Philippe Mathieu-Daudé
1
-0
/
+3
2020-02-18
scripts/checkpatch.pl: Detect superfluous semicolon in C code
Philippe Mathieu-Daudé
1
-0
/
+5
2020-02-14
Merge remote-tracking branch 'remotes/juanquintela/tags/pull-migration-pull-r...
Peter Maydell
1
-4
/
+8
2020-02-13
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+1
2020-02-13
git: Make submodule check only needed modules
Juan Quintela
1
-4
/
+8
2020-02-12
minikconf: accept alnum identifiers
Marc-André Lureau
1
-1
/
+1
2020-02-07
drop "from __future__ import print_function"
Paolo Bonzini
21
-21
/
+0
2020-02-07
make all Python scripts executable
Paolo Bonzini
2
-0
/
+0
2020-02-07
scripts/signrom: remove Python 2 support, add shebang
Paolo Bonzini
1
-8
/
+4
2020-02-07
scripts: Explicit usage of Python 3 (scripts without __main__)
Philippe Mathieu-Daudé
1
-1
/
+1
2020-02-07
scripts/tracetool: Remove shebang header
Philippe Mathieu-Daudé
23
-23
/
+0
2020-02-07
scripts/minikconf: Explicit usage of Python 3
Philippe Mathieu-Daudé
1
-0
/
+1
2020-02-07
scripts: Explicit usage of Python 3 (scripts with __main__)
Philippe Mathieu-Daudé
14
-14
/
+14
2020-02-07
scripts/checkpatch.pl: Only allow Python 3 interpreter
Philippe Mathieu-Daudé
1
-0
/
+6
2020-02-03
scripts/qemu-trace-stap: Convert documentation to rST
Peter Maydell
1
-140
/
+0
2020-02-03
hxtool: Support SRST/ERST directives
Peter Maydell
1
-1
/
+32
2020-01-23
virtiofsd: Pull in kernel's fuse.h
Dr. David Alan Gilbert
1
-0
/
+1
2020-01-21
scripts/git.orderfile: Display decodetree before C source
Philippe Mathieu-Daudé
1
-0
/
+3
2020-01-20
qapi: Fix code generation with Python 3.5
Markus Armbruster
1
-1
/
+1
2020-01-14
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-01-14' into ...
Peter Maydell
6
-59
/
+93
2020-01-14
qapi: Simplify QAPISchemaModularCVisitor
Markus Armbruster
5
-22
/
+23
2020-01-14
qapi: Fix code generation for empty modules
Markus Armbruster
1
-11
/
+13
2020-01-14
qapi: Proper intermediate representation for modules
Markus Armbruster
1
-20
/
+43
2020-01-14
qapi: Generate command registration stuff into separate files
Markus Armbruster
1
-4
/
+11
2020-01-14
qapi: Tweak "command returns a nice type" check for clarity
Markus Armbruster
1
-4
/
+5
2020-01-13
trace: update qemu-trace-stap to Python 3
Stefan Hajnoczi
1
-4
/
+4
2019-12-17
docs: tweak kernel-doc for QEMU coding standards
Paolo Bonzini
1
-9
/
+19
2019-12-17
docs: import Linux kernel-doc script and extension
Paolo Bonzini
1
-0
/
+2226
2019-12-16
analyze-migration.py: replace numpy with python 3.2
Marc-André Lureau
1
-16
/
+19
2019-12-16
analyze-migration.py: fix find() type error
Marc-André Lureau
1
-2
/
+2
2019-11-25
vmstate-static-checker: Fix for current python
Dr. David Alan Gilbert
1
-2
/
+4
2019-11-19
scripts: Detect git worktrees for get_maintainer.pl --git
Alexey Kardashevskiy
1
-1
/
+1
2019-11-07
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...
Peter Maydell
1
-1
/
+1
2019-11-06
global: Squash 'the the'
Dr. David Alan Gilbert
1
-1
/
+1
2019-11-06
scripts/qemu-binfmt-conf: Update for sparc64
Richard Henderson
1
-2
/
+6
2019-10-30
Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-plugins-281019-4'...
Peter Maydell
2
-1
/
+2
[next]