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
2018-07-23
qapi: Make 'allow-oob' optional in SchemaInfoCommand
Markus Armbruster
1
-5
/
+5
2018-07-16
qapi: Do not expose "allow-preconfig" in query-qmp-schema
Markus Armbruster
1
-2
/
+2
2018-07-06
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-5
/
+4
2018-07-06
checkpatch: handle token pasting better
Paolo Bonzini
1
-5
/
+4
2018-07-05
Merge remote-tracking branch 'remotes/stsquad/tags/pull-code-coverage-and-bui...
Peter Maydell
2
-1
/
+28
2018-07-05
travis: add gcovr summary for GCOV build
Alex Bennée
1
-0
/
+27
2018-07-05
Revert "Makefile: Rename TARGET_DIRS to TARGET_LIST"
Alex Bennée
1
-1
/
+1
2018-07-05
coverity-model: Fix replay_get_byte()
Markus Armbruster
1
-6
/
+2
2018-07-05
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-07-03' into ...
Peter Maydell
7
-145
/
+347
2018-07-04
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.0-pull-re...
Peter Maydell
1
-23
/
+41
2018-07-03
qapi: add 'If:' section to generated documentation
Marc-André Lureau
1
-10
/
+12
2018-07-03
qapi-types: add #if conditions to types & visitors
Markus Armbruster
2
-33
/
+48
2018-07-03
qapi/events: add #if conditions to events
Marc-André Lureau
1
-2
/
+4
2018-07-03
qapi/commands: add #if conditions to commands
Marc-André Lureau
1
-8
/
+16
2018-07-03
qapi-introspect: add preprocessor conditions to generated QLit
Marc-André Lureau
1
-10
/
+21
2018-07-03
qapi-introspect: modify to_qlit() to append ',' on level > 0
Marc-André Lureau
1
-1
/
+3
2018-07-03
qapi: add #if/#endif helpers
Marc-André Lureau
1
-4
/
+94
2018-07-03
qapi: mcgen() shouldn't indent # lines
Marc-André Lureau
1
-2
/
+2
2018-07-03
qapi: add 'ifcond' to visitor methods
Marc-André Lureau
7
-35
/
+38
2018-07-03
qapi: leave the ifcond attribute undefined until check()
Marc-André Lureau
1
-4
/
+17
2018-07-03
qapi: pass 'if' condition into QAPISchemaEntity objects
Marc-André Lureau
1
-32
/
+65
2018-07-03
qapi: add 'if' to top-level expressions
Marc-André Lureau
1
-6
/
+29
2018-07-03
Merge remote-tracking branch 'remotes/shorne/tags/pull-or-20180703' into staging
Peter Maydell
1
-3
/
+7
2018-07-03
target/openrisc: Add support in scripts/qemu-binfmt-conf.sh
Richard Henderson
1
-3
/
+7
2018-07-02
qemu-binfmt-conf.sh: allow to provide a suffix to the interpreter name
Laurent Vivier
1
-17
/
+24
2018-07-02
qemu-binfmt-conf.sh: add persistent (F) flags
Laurent Vivier
1
-1
/
+13
2018-07-02
qemu-binfmt-conf.sh: cleanup --credential
Laurent Vivier
1
-10
/
+9
2018-07-02
checkpatch: Recognize IEC binary prefix definitions
Philippe Mathieu-Daudé
1
-0
/
+1
2018-06-29
trace: Fix format string for the struct timeval members casted to size_t
Philippe Mathieu-Daudé
1
-1
/
+1
2018-06-29
simpletrace: Convert name from mapping record to str
Eduardo Habkost
1
-1
/
+1
2018-06-27
trace: forbid floating point types
Stefan Hajnoczi
1
-2
/
+0
2018-06-22
Partially revert "python: futurize -f libfuturize.fixes.fix_absolute_import"
Eduardo Habkost
8
-16
/
+8
2018-06-22
qapi/introspect: Eliminate pointless variable in .visit_end()
Markus Armbruster
1
-4
/
+1
2018-06-22
qapi: Open files with encoding='utf-8'
Markus Armbruster
1
-3
/
+14
2018-06-22
qapi: allow empty branches in flat unions
Anton Nefedov
3
-12
/
+24
2018-06-22
qapi/events: generate event enum in main module
Marc-André Lureau
1
-2
/
+3
2018-06-22
qapi/visit: remove useless prefix argument
Marc-André Lureau
1
-1
/
+1
2018-06-15
scripts/qemu.py: introduce set_console() method
Cleber Rosa
1
-1
/
+96
2018-06-15
scripts/qemu.py: allow adding to the list of extra arguments
Cleber Rosa
1
-0
/
+6
2018-06-14
Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-06-13' into ...
Peter Maydell
1
-0
/
+12
2018-06-13
coverity-model: replay data is considered trusted
Paolo Bonzini
1
-0
/
+12
2018-06-12
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.0-pull-re...
Peter Maydell
1
-9
/
+9
2018-06-11
qemu-binfmt-conf.sh: ignore the OS/ABI field
Laurent Vivier
1
-9
/
+9
2018-06-08
python: Remove scripts/ordereddict.py
Eduardo Habkost
2
-132
/
+1
2018-06-08
python: Remove scripts/argparse.py
Eduardo Habkost
1
-2406
/
+0
2018-06-08
python: futurize -f lib2to3.fixes.fix_numliterals
Eduardo Habkost
1
-3
/
+3
2018-06-08
python: futurize -f lib2to3.fixes.fix_except
Eduardo Habkost
1
-1
/
+1
2018-06-08
python: futurize -f lib2to3.fixes.fix_tuple_params
Eduardo Habkost
1
-1
/
+1
2018-06-08
python: futurize -f lib2to3.fixes.fix_standarderror
Eduardo Habkost
1
-3
/
+3
2018-06-08
python: futurize -f lib2to3.fixes.fix_has_key
Eduardo Habkost
7
-8
/
+8
[next]